Hi!
I want to create a server with php using the server-sockets. the problem is, that it should accept more than one connection from various clients at the same time. in java i would use threads - is it also possible in php or is there any other solution?
regards,
sebastian