[twsocket] unsubscribe

2013-04-17 Thread Sease, Darin E.
-Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of twsocket-requ...@elists.org Sent: Wednesday, April 17, 2013 8:00 AM To: twsocket@elists.org Subject: TWSocket Digest, Vol 521, Issue 2 Send TWSocket mailing list submissions to

[twsocket] Can I write blocking code with ICS

2008-12-09 Thread Sease, Darin E.
I am converting java code. I wound like to convert the code as quickly as possible. Can blocking be emulated with ICS? Are there simple examples? Darin E. Sease Building Systems Analyst Syracuse City School District PH: 315 435 4292 CELL: 315 440 9969 Email: [EMAIL PROTECTED] --

[twsocket] Login scenario, what do you think

2008-10-29 Thread Sease, Darin E.
I have set up a login scenario that goes as follows. Once client receives notification of a connection from the server it sends server a 'login ' command. The server challenges the client by sending client a word/phrase (w/p). Client must encrypt the w/p and send back to server. Server will the

[twsocket] I wan't to stop the server from listening then start it

2008-10-29 Thread Sease, Darin E.
Hi. TSrvForm = class(TForm) SrvSocket: TWSocket; ... Why does this code work: SrvSocket.Close; SrvSocket.Addr := '0.0.0.0'; SrvSocket.Port := PortEdit.Text; SrvSocket.Proto := 'tcp'; SrvSocket.Listen; SrvSocket.Close; SrvSocket.Addr := '0.0.0.0'; SrvSocket.Port := 'telnet'; SrvSocke