Hi all,
Does PHP allow concurrent processing? 😕
Can use threads to implement functionality that can then run independently and simulataneously?
Any tutorial links/responses/thoughts would be grealty apreciated.
Thanks deep
I havent seen anything. But just thinking of it why would you really require threading? Its not as though during the process of compilation that PHP has any interaction with the user. (unless your using PHP/GTK)