Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Old issue with "server has gone away for query"?

  1. #21
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    I got email from host that they traced (took them what, four months?) issue to several specific accounts exhausting MySQL with excessive wp-cron.php processes.

    They don't seem to know or want to figure out cause and those accounts will be shot offline at end of this week unless they fix their issues themselves. Sweet WordPress-specialized support. :)

    I wonder why loops happen on few accounts out of whole server... Either they use some crappy plugin (their WP versions are up to date as I checked) or they somehow clash with server configuration.

    Anyway I moved my blog to another hosting yesterday. It pains cheapskate me to walk out on free hosting, but by now I was quite willing to pay just to get out of there. :)
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  2. #22
    Jeffro's Avatar
    Jeffro is offline WPTavern Forum Admin
    Join Date
    Jan 2009
    Location
    Ohio
    Posts
    2,358

    Default

    Hmm, I wonder why this issue has not crept up for me as I'm also on shared hosting with a provider that prides themselves on working with WordPress quite well.

  3. #23
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    If it's cron problems, check to see what's running there with this plugin:
    http://wordpress.org/extend/plugins/wp-crontrol/

    I use it every so often for development. Handy.

  4. #24
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    If it's cron problems, check to see what's running there with this plugin:
    As above - it was problems at other blogs. Basically server packed full of WP blogs and cron going out of control on some of them. Not mine so I had no way to look into it.

    Something that hoster claiming to specialize in WP should have clue about, but sadly not the case.
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  5. #25
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    and cron going out of control on some of them
    To me that points to plugin issues though. Get a badly coded plugin messing with cron and.. yeah... well, you know..

  6. #26
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    @andrea_r

    What can plugin really do with cron? Default schedules don't fire that often. Creating shorter custom schedules would have swamped server continuously instead of random spikes.

    Anyway from what I googled up wp-cron seems like recipe for disaster in many ways. :)
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  7. #27
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    Quote Originally Posted by Rarst View Post
    What can plugin really do with cron? Default schedules don't fire that often. Creating shorter custom schedules would have swamped server continuously instead of random spikes.
    Badly written plugin can create thousands of scheduled jobs by accident, by scheduling itself over and over again. Plugin needs to manage its jobs properly and to remove them on uninstall or deactivation as well. It can be tricky to get it right.

    Quote Originally Posted by Rarst View Post
    Anyway from what I googled up wp-cron seems like recipe for disaster in many ways. :)
    wp-cron has had it's share of problems, but on the whole it works okay. It's just when you have stuff messing with it that it can freak out your site. Some sanity checks would help it, I think, but they'd just create more burdens on plugin programmers.

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •