[fpc-pascal]Java vs. Freepascal
boci
irixhu at externet.hu
Thu Jan 11 13:22:58 CET 2001
Re!
OK, I understand (maybe).
So in java I create a server socket and add to a thread (the thread handle the client),
and the main program wait the next socket.
In Pascal is possible?
The Java create dinamicaly thread (no controlling or array, only type:
new class.threadname(thSocket);
That's all. I want to this is Pascal, but I don't want to use sscoket library, I want to create
this unit for all platforms where avaible the thread and the socket unit.
So It's possible?
Or I wait a later version?
Cow
More information about the fpc-pascal
mailing list