Multithreading in PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • genistaff
    New Member
    • Jun 2006
    • 2

    #1

    Multithreading in PHP

    Hi to all ...
    I am new to PHP and very new to this forum.i want to know is there possible for multithreading in PHP ( in windows platform ) , if so plz send me the urls or details regard that ... plz it's urgent.
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    I'm not aware of any multi-threading, but you can use fork, however I don't know if that would work on a Windows platform.

    Anyway see the Process Control section of the PHP manual

    Comment

    • greiser
      New Member
      • Jun 2006
      • 2

      #3
      PHP 5 handles multithreading, however it's "plugins" like mcrypt do NOT!
      That's the reason why PHP.NET suggests NOT to use PHP 5 on Apache 2 in a production environment due to the multithreaded limitations.

      Comment

      • ramsharma2k5
        New Member
        • May 2007
        • 1

        #4
        Hi,
        I want to know how PHP 5 support multithreading. Have you one that. If yes than I would like to know how.

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by ramsharma2k5
          Hi,
          I want to know how PHP 5 support multithreading. Have you one that. If yes than I would like to know how.
          Please read the previous posts in this thread.

          Comment

          Working...