your problem might indeed be related to the danga client.. if you take a look at its connection pool (SockIOPool i believe) it has a lot of synchronized code, which isn't very happy in a highly concurrent environment. i recommend at least doing a test with the spy client to see if it actually helps.
On Thursday, February 25, 2010, mariyan nenchev <[email protected]> wrote: > What will happen if i create 5000 threads(5000 users update simultaniosly) to > update the cache just once at the same time? > -- awl
