>> >>> Could you make the functions in the cgi script (presuming it is perl) >>> in >> the global.asa and then just run the funcs? >> >> The CGI's I've got in mind are written in c++. >Would it be hard to port these to XS files? I'm not sure if anyone's >done XS in C++, but it shouldn't be too hard.
Also swig (www.swig.org) is very good for interfacing to C++. I use it for C++ --> python modules and it works really well; I hear its very good for perl too. Then your Apache-ASP files could just call the C++ stuff directly Might be more than you need right now, but it might ultimately be a more powerful solution Ellers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]