[PHP] asynchronous PHP to PHP call

2005-09-13 Thread James
I have a PHP script running on server 1. I want it to call another script on server 2 to clean up some files. There may be tons of files and I don't want to wait until the second script is finished. Is there a way to asynchronously call the second PHP script? Right now I'm using fopen() to

Re: [PHP] asynchronous PHP to PHP call

2005-09-13 Thread Jasper Bryant-Greene
James wrote: I have a PHP script running on server 1. I want it to call another script on server 2 to clean up some files. There may be tons of files and I don't want to wait until the second script is finished. Is there a way to asynchronously call the second PHP script? Right now I'm