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

Page 84 of 103 FirstFirst ... 3474767778798081828384858687888990919294 ... LastLast
Results 1,246 to 1,260 of 1536
  1. #1246
    G'nome sayin' Exonize is offline
    MemberRank
    May 2011 Join Date
    Czech RepublicLocation
    517Posts

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

    Demo works fine now.

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

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

    It turns out the IT office is closed on Fridays. I'll get it back next week. :(

  3. #1248
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

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

    I did take a look at the source, I'm curious how this can hold 500 users online.

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

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

    Quote Originally Posted by Ryan View Post
    I did take a look at the source, I'm curious how this can hold 500 users online.
    And what did you see that was bad?

  5. #1250
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

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

    Not too keen on Java, but how the hell are you saying it can't handle 500 users? He has coded his socket fine and Alex's code is simple and clean.

    Jesus i wonder where these stats come from.

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

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

    what's up with everyone on this forum thinking having good socket classes equals a good emulator?

  7. #1252
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

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

    Quote Originally Posted by AWA View Post
    what's up with everyone on this forum thinking having good socket classes equals a good emulator?
    When it comes to user handling, networking is one of the crucial parts, of course networking does not link to all of the user count, but is probably one of the most crucial.

  8. #1253
    Lurking since '06 1ntel is offline
    MemberRank
    Jul 2006 Join Date
    401Posts

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

    deleted
    Last edited by 1ntel; 30-04-13 at 09:31 PM.

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

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

    Lol yeah everyone is obsessed with using Netty and Hibernate.

  10. #1255
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

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

    Quote Originally Posted by Quackster View Post
    Lol yeah everyone is obsessed with using Netty and Hibernate.
    That's because they're strong frameworks for Java.

    People want good shit.

  11. #1256
    Apprentice Jenna Doe is offline
    MemberRank
    Aug 2012 Join Date
    ChinaLocation
    19Posts

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

    Quote Originally Posted by Quackster View Post
    Lol yeah everyone is obsessed with using Netty and Hibernate.
    Hibernate won't do a shit on an emulator :P

    Spring, Hibernate and that kind of libraries are focused to web apps, not server apps.
    You can get stability simply with:
    - No stress to the SQL server.
    - A well indexed and relational database with all its foreign keys, Indexes & triggers to keep tables integrity.
    - Limited thread usage, so you don't get your JVM thread fooded, that will SLOW it A LOT and get it prone to insane CPU/RAM usage.
    (to fix that you can use a fixed thread pool of ~ 4 - 8 threads, it depends on your processor but that will do :P).

    Oh, and don't take that comment as a flaming one, i just wanna clear things for all of us.

    Regards!

  12. #1257
    Demi-god on these 'ere wa DominicGunn is offline
    MemberRank
    Jun 2011 Join Date
    347Posts

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

    Quote Originally Posted by Jenna Doe View Post
    Hibernate won't do a shit on an emulator :P

    Spring, Hibernate and that kind of libraries are focused to web apps, not server apps.
    You can get stability simply with:
    - No stress to the SQL server.
    - A well indexed and relational database with all its foreign keys, Indexes & triggers to keep tables integrity.
    - Limited thread usage, so you don't get your JVM thread fooded, that will SLOW it A LOT and get it prone to insane CPU/RAM usage.
    (to fix that you can use a fixed thread pool of ~ 4 - 8 threads, it depends on your processor but that will do :P).

    Oh, and don't take that comment as a flaming one, i just wanna clear things for all of us.

    Regards!
    Whilst you're right about stability with good index and relational model design, you're wrong stating that Hibernate is focused @ web applications. Hibernate not only does wonders for applications that use persistent models, but is very scalable, something that is a must in enterprising (and clustered) applications. It is also far more efficient than JDBC, and prepares most of the SQL at initialization, instead of during runtime. It is far superior.

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

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

    It's not been a year. Yet. This development was started on the third not the second of the month!
    Last edited by Quackster; 25-02-13 at 07:52 AM. Reason: added "of the month"

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

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

    Been waiting for someone to post in hopes of me not double posting, but I guess I cannot avoid it. I got my source back and I'm going to post a development thread of my hotel. I have cleared all the users from the database to start fresh.

    Server is online;

    http://forum.ragezone.com/f334/ad-si...8/#post7496820

  15. #1260
    Apprentice LiveXenon is offline
    MemberRank
    Dec 2012 Join Date
    17Posts

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

    You can post an intermediate version? so that we can prove ourselves locally?



Advertisement