multithreading?

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

    multithreading?

    How can I get started with multithreading in PHP?
    I have searched google etc, but it didnt turn much up.

    Thanks


  • Olexiy Merenkov

    #2
    Re: multithreading?

    Hello!

    You can use the 'declare' construct as a way to have functions called
    periodically while some code is being executed. See details here:


    --
    Kindest Regards,
    Olexiy Merenkov


    [color=blue]
    > How can I get started with multithreading in PHP?
    > I have searched google etc, but it didnt turn much up.
    >
    > Thanks
    >
    >[/color]


    Comment

    Working...