Thread: Improving your player updating (just about every server)

Page 14 of 14 FirstFirst ... 4121314
Results 131 to 136 of 136
  1. #131  
    Banned
    Join Date
    Nov 2007
    Posts
    399
    Thanks given
    13
    Thanks received
    18
    Rep Power
    0
    Very nice dude. Repped.
    Reply With Quote  
     

  2. #132  
    Registered MrClassic
    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    15
    Posts
    2,063
    Thanks given
    24,154
    Thanks received
    551
    Rep Power
    5000
    Old but gold, nice work man
    Reply With Quote  
     

  3. #133  
    Owner of Ghreborn new and old.


    Join Date
    Nov 2009
    Posts
    916
    Thanks given
    47
    Thanks received
    155
    Rep Power
    273
    thanks for this mde my server better =)
    Im back and working on reborn,
    Reply With Quote  
     

  4. #134  
    Registered Member
    Join Date
    Jun 2012
    Posts
    72
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    Use a CopyOnWriteArrayList for stuff like this. ArrayList tend to run into concurrency problems and likes to deadlock its self
    Reply With Quote  
     

  5. #135  
    Registered Member
    Join Date
    Jun 2012
    Posts
    72
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    Use a CopyOnWriteArrayList to solve concurrency problems. I have into deadlock problems when using ArrayList to hold player objects. Best of luck mate just wanted to help you.
    Reply With Quote  
     

  6. #136  
    ???

    funkE's Avatar
    Join Date
    Feb 2008
    Posts
    2,612
    Thanks given
    255
    Thanks received
    989
    Rep Power
    1366
    Quote Originally Posted by jummppy1 View Post
    Use a CopyOnWriteArrayList to solve concurrency problems. I have into deadlock problems when using ArrayList to hold player objects. Best of luck mate just wanted to help you.
    this thread is 4 years old written for a single-threaded server

    there are no concurrency problems
    .
    Reply With Quote  
     

Page 14 of 14 FirstFirst ... 4121314

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. #490 Player Updating
    By Assassino in forum Show-off
    Replies: 28
    Last Post: 08-04-2011, 01:26 AM
  2. Player updating/Region updating
    By Ecstasy in forum Help
    Replies: 5
    Last Post: 04-25-2011, 06:01 PM
  3. Replies: 0
    Last Post: 12-25-2010, 07:27 AM
  4. Player Updating Issue In 317 Server & Clients
    By Lmctruck30 in forum Informative Threads
    Replies: 40
    Last Post: 10-17-2010, 09:48 AM
  5. Replies: 16
    Last Post: 01-24-2008, 10:35 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
  •