Multithreaded Server / Client structure.

Started by
9 comments, last by hack 19 years, 10 months ago
I have made a server by select() under linux.
It can handle 500 connections, if single operation doesn't cost too much.

I am thinking of making a multithread server by dividing map into zones, one zone one thread, this may reduce the syncronizing problem.

This topic is closed to new replies.

Advertisement