Thread: Highly scalable asynchronous NIO reactor library. My gift to the community.

Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31  
    brb ridin da storm

    blakeman8192's Avatar
    Join Date
    Dec 2012
    Age
    28
    Posts
    2,010
    Thanks given
    802
    Thanks received
    1,357
    Rep Power
    286
    Quote Originally Posted by Parabolika View Post
    But how can networking not be a limiting factor? Are you saying that instead, another component (CPU, memory?) is the new limiting factor? Just how much networking traffic does each client use? And, I was saying that Runescape's protocol has already been established, so the amount of data flowing through the pipes will remain the same, NIO or not, this or not. I'm saying that recycling threads will have a minimal affect when network latency is so high.
    Perhaps you don't understand the amount of work the CPU must do in order to run through the processes of incoming packet parsing (for every player), player object modifying (for every player), outgoing packet responses (for every player), and then creating the update packet (for every player, for every player - yes, exponentially). The matter of fact is that this networking library will without a doubt be able to handle the maximum amount of players that the runescape client can handle per-world (that number being 2000), so therefore the limiting factor will either be poor code written in the aforementioned processes, or the clients own limit.
    rest in peace Qemist, Izzy, TeChNo PuNk, Impulser, & bootnecklad
     

  2. #32  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    Maaan, sorry for being the noob here but, how do I use this thing???
     

  3. #33  
    brb ridin da storm

    blakeman8192's Avatar
    Join Date
    Dec 2012
    Age
    28
    Posts
    2,010
    Thanks given
    802
    Thanks received
    1,357
    Rep Power
    286
    Quote Originally Posted by Ultimate View Post
    Maaan, sorry for being the noob here but, how do I use this thing???
    Look at the source of the Test.java class, it shows you an example of how to get it running.
    rest in peace Qemist, Izzy, TeChNo PuNk, Impulser, & bootnecklad
     

  4. #34  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    Thanks I'll check it out
     

  5. #35  
    LolMonsta
    Guest
    blake, if you want people to use it you should include a test on reading and writing data.
     

  6. #36  
    Renown Programmer


    Join Date
    Dec 2006
    Posts
    1,716
    Thanks given
    268
    Thanks received
    217
    Rep Power
    1836
    Quote Originally Posted by LolMonsta View Post
    blake, if you want people to use it you should include a test on reading and writing data.
    there is one..l2download
     

  7. #37  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Quote Originally Posted by Shiver View Post
    there is one..l2download
    It dosn't read and write, it only listens for connections.
     

  8. #38  
    brb ridin da storm

    blakeman8192's Avatar
    Join Date
    Dec 2012
    Age
    28
    Posts
    2,010
    Thanks given
    802
    Thanks received
    1,357
    Rep Power
    286
    Quote Originally Posted by Gnarly View Post
    It dosn't read and write, it only listens for connections.
    You're stupid.
    rest in peace Qemist, Izzy, TeChNo PuNk, Impulser, & bootnecklad
     

  9. #39  
    Registered Member SourDeeez's Avatar
    Join Date
    Nov 2007
    Posts
    409
    Thanks given
    0
    Thanks received
    8
    Rep Power
    50
    WAT?!?!?!??!>.<>.<:cookie::cookie::cookie:leep:leep::lock::lock:
     

  10. #40  
    Diljot
    Guest
    Quote Originally Posted by Gnarly View Post
    It dosn't read and write, it only listens for connections.
    onRead & onWrite...
     

Page 4 of 4 FirstFirst ... 234

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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