Jump to content

Threading in PHP

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
aerosko0315

aerosko0315

    Newbie

  • Members
  • Pip
  • 2 posts
please help me how to create threads on php...

#2
Guest_johnny.dacu_*

Guest_johnny.dacu_*
  • Guests
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
aerosko0315

aerosko0315

    Newbie

  • Members
  • Pip
  • 2 posts
.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
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
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