andromedarabbit / earlgrey

High performance online gaming server engine.
2 stars 1 forks source link

acceptor thread safe 하지 않음 #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. acceptor 가 여러개거나 client connection 이 여러개일때 문제 
발생할 수 있음
2.
3.

What is the expected output? What do you see instead?

scoped lock 필요, lock 대신 lock-free 방식으로 고민해서 
풀어보자.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by joe.j...@gmail.com on 12 Sep 2009 at 2:13