Threads in php (CPU/Java like threads)
Posted: Tue Nov 16, 2004 7:13 am
I can't seem to find if it is possible to created threads in php. When i say threads i mean like the CPU/Java threads
For instance multiple objects running at the same time controlling different ftp connections.
I'm trying to create a program which needs to upload to multiple ftp servers at the same time so to refresh the contents on the server at the same time. So that the program running there is in sync with the rest of the instances
For instance multiple objects running at the same time controlling different ftp connections.
I'm trying to create a program which needs to upload to multiple ftp servers at the same time so to refresh the contents on the server at the same time. So that the program running there is in sync with the rest of the instances