<<ON THE SERVER SIDE HOWEVER: You're putting your job/task code INTO the
DEMON/LISTENING thread. The "job" functionality needs to be put into the
worker threads, which the demon (listening) thread "spawns" to service each
incoming request. The demon thread's only job is to listen for requests and
hand them off to worker threads, and get back to listening...>>

Wiley Developer,

Thanks for your thoughtful response. The server code is right from the
echosrv demo app.

As this whole topic seems so involved, I still wonder why somebody who
really knows this stuff backwards and forwards can't create a set of
components (or classes/units) that make it simple. For the end-user (or
middle-user, that is, the application developer) you should be able to
simply do something like this:

ClientSocket.Connect('ipaddress', 'port');
ClientSocket.SendStr('bla bla bloopsl');

And the server could be set to listen to the same port, and respond to msgs
sent in a DataReceived() event handler.

Anyway, I'm back testing out the ICS components, and at least the message is
being sent by the client to the server. Now I just need to get the server to
do something about it...

Thanks again, Wily

--Clay Shannon

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  If the reader of this message is not the intended recipient,
you are hereby notified that your access is unauthorized, and any review,
dissemination, distribution or copying of this message including any
attachments is strictly prohibited.   If you are not the intended
recipient, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to