Connecting Tech Pros Worldwide Forums | Help | Site Map

Thread concept in php

Newbie
 
Join Date: Feb 2008
Posts: 27
#1: Mar 25 '08
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's Avatar
Moderator
 
Join Date: Jul 2006
Location: The Netherlands
Posts: 4,139
#2: Mar 25 '08

re: Thread concept in php


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
Member
 
Join Date: Jul 2006
Posts: 92
#3: Mar 25 '08

re: Thread concept in php


Maybe you should write a howto Ron :)
Reply