Custom Table can't handle concurrent input?

Support MB Custom Post Type Custom Table can't handle concurrent input?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36259
    kesitkesit
    Participant

    Hi,
    I'm creating a registration system using wordpress, meta box and custom table plugin.

    First method, I was creating registration post as a custom model. Input worked fine. But when on client's trial using 5-6 persons with different devices and saving in the same time, only 2-3 data saved and others are gone even no error message received.

    Second method, I changed from a custom model into regular custom post type and put all post metas into custom table. Same trial tested, and the same thing happened. But only for this method, all posts are successfully created, and only 2-3 data saved in custom table (for post metas).

    Third method, I'm using standard custom post type with post metas save in standard wordpress table (xx_postmeta). Same trial tested, and all the post and post metas are successfully saved.

    Please advice why custom table are failing on the above tests?

    #36265
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thank you for your feedback.

    I'm going to check this issue on my testing site and see how it works. I will get back to you later.

    #36326
    kesitkesit
    Participant

    Hi.. is it only me or do you have the same experience?

    #36583
    kesitkesit
    Participant

    Hi, do you have any updates about this?

    #36595
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Our development team is trying to reproduce the issue but does not see that. It might be related to the limitation of the hosting itself. Please refer to this topic https://stackoverflow.com/questions/46699104/error-in-wordpress-woocommerce-user-concurrency

    #36598
    kesitkesit
    Participant

    My hosting is a VPS and not shared hosting.
    And it's writing fine with default WordPress' post meta table.

    Well, it might be my codes that didn't perform well.

    Thanks for your response

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.