Closed (fixed)
Project:
HTTP Parallel Request & Threading Library
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 00:35 UTC
Updated:
12 Feb 2013 at 19:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedSomething to consider in a 2.x release if I have one.
Comment #2
mikeytown2 commentedWhile interesting, going to change the subject into something more tangible. Launching processes is a better option for most things.
The only thing I find this useful for would be ESI emulation. A better way to do this is to exit the event loop once all fwrite()'s have been done and pick it back up later on in the request to do the fread()'s.
Comment #3
mikeytown2 commentedThe following patch has been committed to 6.x & 7.x.
Comment #4
mikeytown2 commentedFixed php notice. Patch has been committed to 6.x & 7.x