I am developing (porting) a CGI web application on a DM642 using the web server in the NDK.
The examples assume one does not have a file-system and shows how to load html pages and CGI functions directly into code.
Our system has a file system, so I modified the NDK Embedded File-system (EFS) to read from our disk.
That should work for HTML files. The problem is the CGI functions. The EFS examples pass pointers to the functions already in memory.
I want to load the the CGI functions from *.cgi files and have the NDK thread execute them (much the way dll s work on non-embedded systems).
Is this even possible with DSP/BIOS 5.41 (we can only use COEFF)?
If it is how do I go about doing it?
Thanks,
Harry