Hi,

I am using command.getoutput() inside the python servlet and it works
fine if the command returns within one or two minites. If command
takes too long like more then four or five minites then the whole
application portal crashes. I already slove this problem by using
threads. Now I just start a seperate thread and within run() is call
this command.getoutput() and when the command returns it rights the
output into a file and upday the status to the portal.

I am wondering why the whole application server crashes with the error
(context : no such file or directory).....

Can any body guide me that what is the reason of craching the
application server. If command.getoutput() takes too long to finish.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to