please help me how to create threads on php...
Threading in PHP
Started by aerosko0315, Jul 27 2010 04:59 AM
3 replies to this topic
#1
Posted 27 July 2010 - 04:59 AM
|
|
|
#2
Guest_johnny.dacu_*
Posted 27 July 2010 - 06:41 AM
Guest_johnny.dacu_*
From what i know threading it’s not available in PHP,but you can emulate the threads with child processes which are availabl. A thread object simply encapsulates a new process started with pnctl_fork().
#3
Posted 29 July 2010 - 06:09 AM
.what i mean is the thread like "this form" we reply through thread, because i made one but the arrangement is precise. Do making threads uses table?
#4
Posted 29 July 2010 - 09:46 AM
normally, yes, you would need a database and tables to store information about the threads
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall


Sign In
Create Account

Back to top









