Forum: C++ May 14th, 2007 |
| Replies: 7 Views: 6,176 Yeah...
For sure i dont need many processes... just threads..
Now i ll have to decide between 3, 5 or 1000+ threads :-/
Tks for the help =) |
Forum: C++ May 14th, 2007 |
| Replies: 7 Views: 6,176 Tks for the reply.
Hum.. i have some basic coding goin on alrdy and i guess im rdy to build the server...
But, so u think that if im goin to build the server, i should use 1 thread per... |
Forum: C++ May 14th, 2007 |
| Replies: 7 Views: 6,176 Tks for the reply :)
Yeah ... i know there is "easer" ways to do it on other language...
Im doin the client in Java...
The thing is that i wanna that my server to be able to manage as many... |
Forum: C++ May 14th, 2007 |
| Replies: 7 Views: 6,176 Hi guys,
I startin the project of a (web) server in c++ and i want to able to manage about 1000-2000 clients.
I have been reading alot about Single-thread VS Multi-thread server and i wanna... |