PHP CLI in multi-threaded??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michal Przytulski

    PHP CLI in multi-threaded??

    Hi,
    I'm looking information abouth runing PHP CLI application in
    multi-threaded - on http://www.php.net/manual/pl/ref.pcntl.php i found
    information abouth process control - but is PHP support multi-threaded
    ??
    Can anyone help ??

  • Michael Vilain

    #2
    Re: PHP CLI in multi-threaded??

    In article <1122381142.402 313.231680@g47g 2000cwa.googleg roups.com>,
    "Michal Przytulski" <hivarge@gmail. com> wrote:
    [color=blue]
    > Hi,
    > I'm looking information abouth runing PHP CLI application in
    > multi-threaded - on http://www.php.net/manual/pl/ref.pcntl.php i found
    > information abouth process control - but is PHP support multi-threaded
    > ??
    > Can anyone help ??[/color]

    Perl has questions in it's build for a unsupported multi-threaded
    interpeter. I never built it. I don't recall any such option in php's
    build. Nor are there thr_xxxxxx function calls to start/stop/manage
    threads. I'm guessing you're SOL here. Sorry.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...



    Comment

    • Michal Przytulski

      #3
      Re: PHP CLI in multi-threaded??

      Yes, from yesterday i looking information abouth this but without
      result - only one thing i found is old pecl project
      http://cvs.php.net/pecl/threads/ - but there from 19 months nothing is
      change ;-( - now i know that php themself not support threads but maybe
      some extension likt this pecl - only new ??

      Comment

      Working...