Postponed
Project:
HTTP Parallel Request & Threading Library
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Feb 2012 at 18:30 UTC
Updated:
8 Nov 2012 at 23:38 UTC
It looks not logic to me that the module set below values in the individual link options, set in httprl_request():
'domain_connections' => 8,
'global_connections' => 128,
'global_timeout' => 120.0,
I think this should be options of httprl_send_request(). This way we can save memory as there is no need to waste array size in the individual link options. Aside there is an $options parameter in httprl_send_request() that is not documented. Should we use this for the global settings?
Comments
Comment #1
hass commentedComment #2
mikeytown2 commentedI would consider this more of a task than a bug.
Comment #3
mikeytown2 commentedIf I do a 2.x release this needs to be addressed.