Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

Page 83 of 103 FirstFirst ... 3373757677787980818283848586878889909193 ... LastLast
Results 1,231 to 1,245 of 1536
  1. #1231
    Chasing 99 Red Balloons Jordan is offline
    MemberRank
    Jan 2008 Join Date
    UKLocation
    1,763Posts

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Clawed View Post
    Log them all in a text file till room is unloaded then move them from the text file to mysql on room unload.
    Just a suggestion.
    Because Disk I/O is oh so fast and non-blocking!


    Sent from my iPhone using Tapatalk 2

  2. #1232
    Account Upgraded | Title Enabled! JaydenC is offline
    MemberRank
    Feb 2012 Join Date
    993Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Clawed View Post
    Log them all in a text file till room is unloaded then move them from the text file to mysql on room unload.
    Just a suggestion.
    that would probably be the most in-efficient way of doing it.

    /talkingaboutchatlogs

  3. #1233
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Clawed View Post
    Log them all in a text file till room is unloaded then move them from the text file to mysql on room unload.
    Just a suggestion.
    Or:

    Push them into an Array or a List/Map, and then do every action when the room is unloaded.

  4. #1234
    beep Bui is offline
    MemberRank
    Jan 2012 Join Date
    United KingdomLocation
    459Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Storing logs in the memory and periodically (5-10 mins) writing them to the database sounds decent to me.

  5. #1235
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    What you could do is make use of scheduled tasks and just execute batch queries every 5-10 minutes from a queue. Then, on server shutdown, commit data (that hasn't been pushed to the database) to the database.

  6. #1236
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Caustik View Post
    What you could do is make use of scheduled tasks and just execute batch queries every 5-10 minutes from a queue. Then, on server shutdown, commit data (that hasn't been pushed to the database) to the database.
    No shit sherlock :o

  7. #1237
    son, i am dissapoint Near is offline
    MemberRank
    Sep 2009 Join Date
    The NetherlandsLocation
    491Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Caustik View Post
    What you could do is make use of scheduled tasks and just execute batch queries every 5-10 minutes from a queue. Then, on server shutdown, commit data (that hasn't been pushed to the database) to the database.
    Isn't that what Jordan said? <3

  8. #1238
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Near View Post
    Isn't that what Jordan said? <3
    But I said it differently!!!
    :'(
    Last edited by Caustik; 19-02-13 at 08:26 PM.

  9. #1239
    Lurking around Clawed is offline
    MemberRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Quote Originally Posted by Tha View Post
    Or:

    Push them into an Array or a List/Map, and then do every action when the room is unloaded.
    Or that, but if i knew how to code anything to do with emus, then i'd do that or you suggestion, both are decent ways, won't use much ram these ways.

  10. #1240
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Enough about the chat logs, that's what a test hotel is for.

    Sierra - Make friends, join the fun, get noticed!

    I think the server is down, can't access since I'm at school.

    --

    It's down because I was working on the VPS and closed Sierra, teehee. :D

  11. #1241
    Account Upgraded | Title Enabled! JaydenC is offline
    MemberRank
    Feb 2012 Join Date
    993Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    *deleted*

    when is the predicted release date

  12. #1242
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    I don't know yet, but alpha versions will be out soon.

    Can anyone confirm for me that the server is up or not? (just wondering)
    Last edited by Quackster; 20-02-13 at 05:28 AM.

  13. #1243
    pork pork Parker is offline
    MemberRank
    Dec 2007 Join Date
    new holland.Location
    5,873Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Hour and a bit late to answering your post but it seems to be down.

    Loads Habbo logo > blackscreen > then this error about twenty seconds later.
    404 - Not Found: Access is denied.
    The requested resource could not be found but may be available again in the future.

  14. #1244
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    I just got home from school. Try now.

    By the way my computer broke on Monday. I won't have the source back until Friday - key broke and snapped off and I'm getting it fixed.

  15. #1245
    pork pork Parker is offline
    MemberRank
    Dec 2007 Join Date
    new holland.Location
    5,873Posts

    Re: Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    Seems to be doing the same thing for me.

    The loader source looks messed up, two </head> sections



Advertisement