N
Nikolay Petrov
I need to write tcp client/server program.
The client should connect to server at specified intervals and download some
data.
The data is collection of strings.
What I don't know how to do is how to implement some kind of queue, so this
string as queued at server, then client connects, get them, clear them from
queue and process them. The client should interpret these string as separate
objects, not as an whole.
Forget the string part. The data can be of any type. I need an idea how to
implement queuing method.
TIA
The client should connect to server at specified intervals and download some
data.
The data is collection of strings.
What I don't know how to do is how to implement some kind of queue, so this
string as queued at server, then client connects, get them, clear them from
queue and process them. The client should interpret these string as separate
objects, not as an whole.
Forget the string part. The data can be of any type. I need an idea how to
implement queuing method.
TIA