>
Hi, I have a situation where I need to get response from URL and save it when a event occurs in process. To make the other requests non blocking and to hit the URL immediately when ever a new request comes, I spawn a process that invoked HTTP, this keeps on increasing the process and says system limit is reached. Is it possible to avoid such errors? Thanks, Marutha