Search found 2 matches

by nice_n_slow
Thu Aug 21, 2003 9:23 am
Forum: PHP - Code
Topic: multiple using of socket
Replies: 3
Views: 319

okay.. :) no, i don't want to start process A by HTTP request! i want to connect the process A with a client and then i start process B from process A and i want to give the connected port of process A to process B!!! a webserver, telnetdeamon etc. do the same thing with childprocesses how can i do ...
by nice_n_slow
Thu Aug 21, 2003 7:55 am
Forum: PHP - Code
Topic: multiple using of socket
Replies: 3
Views: 319

multiple using of socket

i have a question :D i have script A and script B: i start script A and then start from script A script B now i connect with a client and want to start script B by giving the socket address to connect script B with the client without disconnect! i want to start a new php process, therefore i have to...