[wp-trac] Re: [WordPress Trac] #8086: Don't use blocking transports
for cron
WordPress Trac
wp-trac at lists.automattic.com
Sat Nov 8 22:59:12 GMT 2008
#8086: Don't use blocking transports for cron
---------------------+------------------------------------------------------
Reporter: ryan | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone: 2.7
Component: General | Version: 2.7
Severity: normal | Resolution: fixed
Keywords: |
---------------------+------------------------------------------------------
Comment (by DD32):
Did you by any chance forget to set the non-blocking transports for the
GET branch?
{{{
foreach ( array('curl', 'streams', 'fopen', 'fsockopen', 'exthttp') as
$transport ) {
}}}
vs
{{{
foreach ( array('streams', 'fsockopen', 'exthttp') as $transport ) {
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8086#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list