PHP Classes

About Multithreading...

Recommend this page to a friend!

      100% PHP Uploader  >  All threads  >  About Multithreading...  >  (Un) Subscribe thread alerts  
Subject:About Multithreading...
Summary:Question about multithreading...
Messages:5
Author:Ernani Joppert Pontes Martins
Date:2012-01-27 03:38:59
Update:2012-01-27 16:45:58
 

 


  1. About Multithreading...   Reply   Report abuse  
Picture of Ernani Joppert Pontes Martins Ernani Joppert Pontes Martins - 2012-01-27 03:38:59
Is this multithreading? Have you tried it with lots of simultaneous requests?

Cheers and congrats!

Kind Regards,

Ernani

  2. Re: About Multithreading...   Reply   Report abuse  
Picture of Richard Keizer Richard Keizer - 2012-01-27 08:15:54 - In reply to message 2 from Ernani Joppert Pontes Martins
No, for this moment it's not.
There are several ways to implement this.
I did not want it to be a persistent server solution, so one should make an implementation using multiple ports to get multiple simultaneous uploads.

For high traffic, I think, it should be a daemon.

  3. Re: About Multithreading...   Reply   Report abuse  
Picture of Richard Keizer Richard Keizer - 2012-01-27 08:18:26 - In reply to message 3 from Richard Keizer
daemon solution could be listening on a single port of course...

  4. Re: About Multithreading...   Reply   Report abuse  
Picture of Ernani Joppert Pontes Martins Ernani Joppert Pontes Martins - 2012-01-27 16:45:58 - In reply to message 4 from Richard Keizer
Very nice anyways...

WebSockets makes things really cool, and I am sure you know how to benefit from it.

Congrats!

Ernani

  5. Re: About Multithreading...   Reply   Report abuse  
Picture of Ernani Joppert Pontes Martins Ernani Joppert Pontes Martins - 2012-01-27 03:39:28
Is this multithreading? Have you tried it with lots of simultaneous requests?

Cheers and congrats!

Kind Regards,

Ernani