Jump to content

how to call 2 scripts from the same server without the 2nd waiting for the first


billionareHuman

Recommended Posts

I have a windows/apache setup. I want to call 2 scripts without the 2nd one waiting for the first one to finish executing to run.

 

I have tried setting up 2 different virtual hosts to call the 2nd script on a different host but the apache is not fooled and still waits.

 

I suspect it's an IP thing? perhaps if I had multiple IPs on my server it would work?

 

Thanks

the problem is the 1st script pauses and waits for input from the 2nd script (writes to a file). The first script then keeps checking for the the file input

 

Unfortunately php is not like a desktop application where I  can pause the application to wait for a user to input

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.