Posted By:
Pallavi_Jadhav
Posted On:
Monday, June 11, 2001 11:45 AM
We have a parent java process that uses the Runtime Object's exec() method to fork another child process which is a web based rich client.
This client process makes HTTP calls to a server process on the intranet and exchanges huge amount of data to and from the server.
When run independantly the client process runs without any problem. However when forked as a child, it hangs after making first call to the server.
It sometimes goes all the way and other times, just doesnt function.
Both these processes are running on Windows NT workstation 4.0 with
64MB RAM.
Any idea why this would be happening ?