[wp-trac] Re: [WordPress Trac] #8347: WordPress 2.7 admin extremely slow, wordpress.org timing out?

WordPress Trac wp-trac at lists.automattic.com
Wed Nov 26 10:33:47 GMT 2008


#8347: WordPress 2.7 admin extremely slow, wordpress.org timing out?
----------------------------+-----------------------------------------------
 Reporter:  SimonK          |        Owner:  anonymous
     Type:  defect          |       Status:  reopened 
 Priority:  normal          |    Milestone:  2.7      
Component:  Administration  |      Version:  2.7      
 Severity:  normal          |   Resolution:           
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by ryan):

 Seems like the cron schedule is not getting cleared. Perhaps because the
 requests block and don't complete and we never reach the part where we
 unschedule the event.

 A transport seems to be doing a blocking request.  Which transport is
 being used here? Try adding an error_log() to _postTransport(). See
 dump_transport.diff.

 spawn_cron() sets the timeout to 0.01.  Do all transports support < 1
 second timeouts?  If not, what do they do when they get 0.01?  Round down
 to 0?  0 is sometimes interpreted as no timeout.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8347#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list