[fpc-pascal]More clone() stuff
FPC Mail list reader
fpc at cdp.cugir.com
Wed Jan 17 12:33:51 CET 2001
Hi again.
Umm, I'm having trouble making write()'s and connect/recv() calls in a
multithreaded app. Is there anything else I should know besides the
fact that I can't call write() simultaneously from 2 threads(that should
be fixed just by checking if another thread is calling write(), right ?)?
I've read some stuff about using recv()/send in multithreaded environs,
but it was pretty confusing. The question is "can recv() be called from 2
threads at the same time ?".
Thanx for reading (again?)
Bogdan.
More information about the fpc-pascal
mailing list