tamirvs
September 6th, 2010, 09:29 AM
Hey,
I have PHP file which listens to connections using sockets.
the clients are C++ applications which open the PHP file (to make it listen) and then connect.
my question is, what if 2 different applications open the PHP file? will it open 2 different PHP servers? or will it "re-open" the same server each time?
it's kinda messy question but i hope you understood.. :)
Thakns!
I have PHP file which listens to connections using sockets.
the clients are C++ applications which open the PHP file (to make it listen) and then connect.
my question is, what if 2 different applications open the PHP file? will it open 2 different PHP servers? or will it "re-open" the same server each time?
it's kinda messy question but i hope you understood.. :)
Thakns!