The problem with getting the output in SOAP response is that the script running on 2nd server forks our many processes , which return results at different times, and SOAP would return the response only after everything finished. Instead of that i want what main.pl does is , it calls 2nd script on 2nd server, and without waiting for the response from second server it starts looking if the 2nd server script has got some results to display. so my basic question is how can main.pl read out results of many processes running on different server to the 1st server as they arrive.
Hope i have demonstrated my problem clearlyIn reply to Re^2: Buffering and data tranmission in perl
by py_201
in thread Buffering and data tranmission in perl
by py_201
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |