How to write a PHP class to support concurrent connections?

  • Thread starter Thread starter the unknown
  • Start date Start date
T

the unknown

Guest
Two fsockopens() in a single script uncontrolled by classes is tedious to maintain and doesn't work very well. Then, is there a class that would allow my PHP client script to connect to different servers concurrently and handle the connections for each (supporting fwrite, etc.?)
 
Back
Top