• Resolved AmberJB

    (@amberjb)


    I have cron job that runs a php xmlrpc script that calls metaWeblog.newPost in a loop. The posts get added successfully, until, after typically 40 or 50 posts, the script stop with this error:

    transport error – HTTP status code was not 200

    The error log contained this:
    (9)Bad file descriptor: [client 72.167.232.24:44726] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

    When I do phpinfo I see that Zend Memory Manager is enabled and memory_limit is 64M. max_execution_time is 30, but I was under the impression that it doesn’t look at that if php is running in the background.

    What should I be looking at to solve this?

    Thanks
    Amber

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter AmberJB

    (@amberjb)

    This turned out to be what I believe (but don’t really know) to be a server overload.

    A one second delay in the loop did not fix it, and a two second delay fixed it most of the time. A three second delay fixed it.

    Thread Starter AmberJB

    (@amberjb)

    Fixed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘transport error – HTTP status code was not 200 after some xmlrpc newPosts’ is closed to new replies.