I've written a servlet that calls a C++ program. The C++ program needs to
get about 12 data from the servlet. I could use one of the following:
1 - Servlet could write the data in a file and the C++ could then
read this file
OR
2 - Servlet could pass the data as command-line argument to the C++
program
If I use the first option, I need to delete the data file after it's been
read by the C++ program.
I'd like to know how efficient it is to use the 2nd option, specially in
terms of the security.
Thanks in advance.
Nariman.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html