[fpc-pascal]Server

FPC Mail list reader fpc at cdp.cugir.com
Thu Jan 11 09:54:20 CET 2001


> Having written several "Servers" used on a daily basis with FPC, I believe the
> problems you have are related to your use of Threads.. If you write a server based
> on either select() or fork() I believe you will not have this problem.

But how can you, for example, do a server which can service more than 256
connections at the same time with select() ? If i'm not wrong, the fdset
type only allows checking for 256 descriptors ...

Bogdan





More information about the fpc-pascal mailing list