[wp-trac] Re: [WordPress Trac] #8622: HTTP API Fallover &
non-blocking order doesnt appear to be working
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 15 13:20:26 GMT 2008
#8622: HTTP API Fallover & non-blocking order doesnt appear to be working
-------------------------------------+--------------------------------------
Reporter: DD32 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7.1
Component: General | Version: 2.7
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment (by DD32):
> This could have a negitive downside of making requests take even longer
in cases where Slowdowns are being experienced (ie. 4x 2second delays, 1
for each transport instead of only 1x 2second delay)
Eg:
{{{
transports: WP_Http_Curl, WP_Http_Streams, WP_Http_Fopen,
WP_Http_Fsockopen
Requesting http://dd32.id.au/ using WP_Http_Curl took 0.000sWP_Http_Curl
has failed with error:test
Requesting http://dd32.id.au/ using WP_Http_Streams took
3.666sWP_Http_Streams has failed with error:Could not open handle for
fopen() to http://dd32.id.au/
Requesting http://dd32.id.au/ using WP_Http_Fopen took 3.540s
}}}
7s before the page would load instead of 3.5
--
Ticket URL: <http://trac.wordpress.org/ticket/8622#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list