Is PHP a multitasking?
If I create the TCP/IP Server using PHP functions can many users connect to this server or only one user?
Best regards, Kopiy Dmitriy
many can connect
Please, give me more information how this can make?
Hi, I\'m not very familiar with it, but look at register_tick_function() and the information about ticks in PHP. That could let you write a simple multitasker on your own.