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

Page 82 of 103 FirstFirst ... 3272747576777879808182838485868788899092 ... LastLast
Results 1,216 to 1,230 of 1536
  1. #1216
    topkek amirite?? Leon is offline
    MemberRank
    May 2009 Join Date
    919Posts
    Quote Originally Posted by AWA View Post
    What about when the server shuts down?
    During the shutdown sequence, they could be saved (that's if you want them to be saved..)

  2. #1217
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

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

    How about if the server is online for like a week without restarting? Kinda pointless not to save the logs

  3. #1218
    Valued Member ItachiKM is offline
    MemberRank
    Jan 2011 Join Date
    133Posts

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

    Quote Originally Posted by AWA View Post
    How about if the server is online for like a week without restarting? Kinda pointless not to save the logs
    Why? If you need them on SQL for the CMS you could get them by RCON, I don't know any other reason that you'd need them.

  4. #1219
    i am a person Riley H is offline
    MemberRank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

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

    Looks good. The CMS is nice, even though I don't usually like bootstrap all too much. Good luck.

  5. #1220
    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 ItachiKM View Post
    Why? If you need them on SQL for the CMS you could get them by RCON, I don't know any other reason that you'd need them.
    I've implemented a system that queues all messages IM's and room chat and saves them every few minutes using batch queries :) works well even with thousands of messages queued


    Sent from my iPhone using Tapatalk 2

  6. #1221
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

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

    Quote Originally Posted by ItachiKM View Post
    Why? If you need them on SQL for the CMS you could get them by RCON, I don't know any other reason that you'd need them.
    YOu even know what logs are for? :P

  7. #1222
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

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

    I don't cache them. I insert into MySQL and select 100 latest inserted queries upon mod tool request. Don't like it? Then gfto!

    Quote Originally Posted by Riley H View Post
    Looks good. The CMS is nice, even though I don't usually like bootstrap all too much. Good luck.
    I'm using normal Habbo theme, not sure where you got Bootstrap from.

  8. #1223
    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 Quackster View Post
    I don't cache them. I insert into MySQL and select 100 latest inserted queries upon mod tool request. Don't like it? Then gfto!



    I'm using normal Habbo theme, not sure where you got Bootstrap from.
    Why would you do it like that....

  9. #1224
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

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

    Quote Originally Posted by jaydenn View Post
    Why would you do it like that....
    Because inserting into a MySQL table is how you store data. :D

    Or are you saying, why the hell would you cache every single chatlog!? ikr! :D

  10. #1225
    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 Quackster View Post
    Because inserting into a MySQL table is how you store data. :D

    Or are you saying, why the hell would you cache every single chatlog!? ikr! :D
    why would you put stress on the mysql server rather then use a bit more ram and have it accessible / removable with caching it.

  11. #1226
    <insert title here> Shorty is offline
    MemberRank
    Feb 2007 Join Date
    United KingdomLocation
    1,861Posts

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

    Caching something like chatlogs makes a lot more sense to me, unless you have a MYSQL server dedicated to chatlogs.
    -
    Chatlog goes into cache.
    Mod Tool reads from cache.
    Repeat.
    -
    Save chatlogs on 'room unload'
    -
    However, it's your project.

  12. #1227
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

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

    They're called logs so they're going to logged somewhere which can be readable more than once. You can disable chatlogs in the configuration. If you're worried about stress - but no one has ever had a problem with it before. Plus I'm using Jordan's method.

    Quote Originally Posted by Jordan View Post
    I've implemented a system that queues all messages IM's and room chat and saves them every few minutes using batch queries :) works well even with thousands of messages queued.
    I second this. ^

    --

    If y'all so concerned about it I'll make an option to log to text file or mysql ^_^

  13. #1228
    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 Quackster View Post
    They're called logs so they're going to logged somewhere which can be readable more than once. You can disable chatlogs in the configuration. If you're worried about stress - but no one has ever had a problem with it before. Plus I'm using Jordan's method.



    I second this. ^

    --

    If y'all so concerned about it I'll make an option to log to text file or mysql ^_^

    nobodys trying to tell you how to code, merely suggestions. keep in mind, if you want your EMU being used by the community take there suggestions because its what they think would be best.

    PS; good idea, also that with the option of packets in db for quick implementing.

  14. #1229
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,474Posts

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

    Quote Originally Posted by jaydenn View Post
    nobodys trying to tell you how to code, merely suggestions. keep in mind, if you want your EMU being used by the community take there suggestions because its what they think would be best.

    PS; good idea, also that with the option of packets in db for quick implementing.
    It's a suggestion, that's why I'll open a test hotel simply to test performance. I don't see anything wrong it.

  15. #1230
    Lurking around Clawed is offline
    MemberRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

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

    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.



Advertisement