PHP does not support threading.  Depending on what you're trying to do you
may find the process control functions useful
http://www.php.net/manual/en/ref.pcntl.php

Justin Garrett

"C. F. Scheidecker Antunes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello all,
>
> I have a few scripts writen and I wonder if PHP does support threads
> like a Java Program.
>
> What I mean is, with Java I can have multiple threads of tasks running
> at the same time and
> I would like to know if I could accomplish the same with PHP although
> the books I have and the
> documentation do not seem to answer me this question.
>
> Does anyone know anything about it?
>
> This is a though question.
>
> Thanks in advance.
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to