[wp-trac] [WordPress Trac] #33055: Support Parallel HTTP Requests in WP_Http, et al

WordPress Trac noreply at wordpress.org
Mon May 23 15:20:15 UTC 2016


#33055: Support Parallel HTTP Requests in WP_Http, et al
----------------------------+--------------------------
 Reporter:  wonderboymusic  |       Owner:  rmccue
     Type:  task (blessed)  |      Status:  assigned
 Priority:  high            |   Milestone:  4.6
Component:  HTTP API        |     Version:
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:  performance
----------------------------+--------------------------

Comment (by kovshenin):

 Unfortunately this broke cron spawning across wordpress.org because of the
 10 milliseconds timeout, which used to be rounded up to 1 second prior to
 `CURLOPT_TIMEOUT_MS`. Ten milliseconds is often not enough to perform a
 DNS request, or a TLS handshake. If we still want to support milliseconds,
 we should increase the timeout when spawning the WordPress cron.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33055#comment:40>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list