Thread concept in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaskarbasak
    New Member
    • Feb 2008
    • 27

    Thread concept in php

    Hi All,

    What is Thread concept in php?
    We have a requirement that needs to be done through threading concept.
    Please give me some sample code.

    Thanks!
    vaskar
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    We are not in the habit of delivering code, we make it ourselves and then ask help.

    There is no real thread in PHP, well, not entirely true: there is forking (and I don't want questions on the difference!).

    See the php documentation on that pcntl_fork()

    And when you have developed some code yourself, show it when having problems and we can have a look it.

    Ronald

    Comment

    • aktar
      New Member
      • Jul 2006
      • 105

      #3
      Maybe you should write a howto Ron :)

      Comment

      Working...