]> git.sesse.net Git - cubemap/commit
Make most operations on Server deferred, so that we a) do not get bugs with epoll...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 8 Apr 2013 18:28:03 +0000 (20:28 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 8 Apr 2013 18:28:03 +0000 (20:28 +0200)
commite8740ea38fa1b54672a83744549fcd1463403d98
tree2deecbd0c206639ba4d21f963d7872b61736be2e
parent61bac622cc696a98c9dcec8a78771c742232958e
Make most operations on Server deferred, so that we a) do not get bugs with epoll going out-of-sync with the client state, and b) do not get performance issues stemming from Input not managing to push data often enough to the servers.
server.cpp
server.h
serverpool.cpp