Thread: Networking load?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Networking load? 
    Banned

    Join Date
    Jan 2010
    Posts
    942
    Thanks given
    44
    Thanks received
    124
    Rep Power
    0
    Dear Rune-Server,

    I was wondering, is the network load supposed to be this high?



    Kind regards,

    Rene
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2010
    Posts
    942
    Thanks given
    44
    Thanks received
    124
    Rep Power
    0
    Bumppadib00mpa
    Reply With Quote  
     

  3. #3  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,147
    Thanks given
    2,656
    Thanks received
    3,731
    Rep Power
    5000
    This is fine, select() is a blocking call that blocks until something interesting happens on a socket it is monitoring.
    .
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jan 2010
    Posts
    942
    Thanks given
    44
    Thanks received
    124
    Rep Power
    0
    Quote Originally Posted by Graham View Post
    This is fine, select() is a blocking call that blocks until something interesting happens on a socket it is monitoring.
    So it's normal for the networking to use arround 9/10th of the entire process?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2012
    Posts
    83
    Thanks given
    3
    Thanks received
    9
    Rep Power
    11
    Could you try using selectNow() and post the difference?
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2010
    Posts
    942
    Thanks given
    44
    Thanks received
    124
    Rep Power
    0
    Quote Originally Posted by Dinkleberg View Post
    Could you try using selectNow() and post the difference?
    Didn't make a difference.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2010
    Posts
    498
    Thanks given
    41
    Thanks received
    84
    Rep Power
    54
    Quote Originally Posted by Rene Eats Waffl3z View Post
    Didn't make a difference.
    It's fine, it's on its own thread so it doesn't directly affect your server's processes.
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jan 2010
    Posts
    942
    Thanks given
    44
    Thanks received
    124
    Rep Power
    0
    I know h3ll ruler, however I'm always looking for improvements, and I thought this was extremely high, but now Graham has answered my question. This can be locked.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2012
    Posts
    361
    Thanks given
    185
    Thanks received
    9
    Rep Power
    25
    Nomad
    Reply With Quote  
     

  10. #10  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by Rene Eats Waffl3z View Post
    So it's normal for the networking to use arround 9/10th of the entire process?
    Yes because it is constantly checking until there is new data!
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Networking
    By configuration_ in forum Selling
    Replies: 2
    Last Post: 04-02-2012, 01:40 PM
  2. Networking
    By God in forum Help
    Replies: 7
    Last Post: 07-11-2011, 07:53 AM
  3. Networking?
    By Worzox in forum Requests
    Replies: 3
    Last Post: 04-28-2010, 12:09 AM
  4. Best networking?
    By Xenocide in forum RS2 Server
    Replies: 39
    Last Post: 01-24-2010, 05:23 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •