RE: [DUG]: sockets.

2000-06-19 Thread Simon Mahony
Matthew , Did you get the source code I sent you a few weeks ago ? Cheers, Simon. On 20 June, 2000 11:32 AM, Matthew Comb [SMTP:[EMAIL PROTECTED]] wrote: Hello, I am just playing around with sockets at the moment and have been told before that you can send a stream as a string and read it at

Re: [DUG]: sockets.

2000-06-19 Thread Matthew Comb
nt: Tuesday, June 20, 2000 11:58 AM Subject: RE: [DUG]: sockets. Matthew , Did you get the source code I sent you a few weeks ago ? Cheers, Simon. On 20 June, 2000 11:32 AM, Matthew Comb [SMTP:[EMAIL PROTECTED]] wrote: Hello, I am just playing around with sockets at the moment and hav

Re: [DUG]: Sockets..

2000-05-08 Thread Peter Harrison
:[EMAIL PROTECTED]]On Behalf Of Wilfred Verkley Sent: Monday, 8 May 2000 3:13 pm To: Multiple recipients of list delphi Subject: RE: [DUG]: Sockets.. Most Delphi WinSock components will do these things, but have a look at ICS. It can do all these things, is free and well supported, and has

RE: [DUG]: Sockets..

2000-05-07 Thread Wilfred Verkley
Most Delphi WinSock components will do these things, but have a look at ICS. It can do all these things, is free and well supported, and has a lot of examples. http://users.swing.be/francois.piette/icsuk.htm -Original Message- From: Matthew Comb [mailto:[EMAIL PROTECTED]] Sent:

RE: [DUG]: Sockets..

2000-05-07 Thread Nic Wise
Hi people, just a follow up to my earlier post. What is the best connection method (set of components?) using TCP\IP (or not??) No need to step outside of the IP family, and as _everyone_ uses it these days (that arn't running on a default 95 install) That can do the following. 1.

Re: [DUG]: Sockets..

2000-05-07 Thread Simon Mahony
UDP is more suitable for small sets of data ( our UDP apps send and receive no more than 512 byte packets ). This is due to network considerations, but if you want to send streams or large chunks of data ( more than a few K ) and you don't want to have to chop them up and reassemble them at the

Re: [DUG]: Sockets..

2000-05-07 Thread Matthew Comb
: clientsocket.socket.sendstream and how do you detect which type of data is being sent through? Any ideas? Matt. - Original Message - From: "Nic Wise" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Monday, May 08, 2000 3:19 PM Subject: RE: [DU

RE: [DUG]: Sockets..

2000-05-07 Thread Grant Black
s? Matt. - Original Message - From: "Nic Wise" [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Monday, May 08, 2000 3:19 PM Subject: RE: [DUG]: Sockets.. Hi people, just a follow up to my earlier post. What is t

Re: [DUG]: Sockets..

2000-05-07 Thread Simon Mahony
e. However the process should be very similar. If you need example code let me know. Cheers, Simon. - Original Message - From: Matthew Comb [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: 08 May, 2000 4:15 PM Subject: Re: [DUG]: Sockets.. Nic thanks...

Re: [DUG]: Sockets..

2000-05-07 Thread Matthew Comb
4:52 PM Subject: Re: [DUG]: Sockets.. Matthew, A TCP/IP session like this needs one or more client sockets at one end, and a server socket at the other end. The docs are a bit obscure and we had to rely on several sources of information including the D5 Developers guide chapter on socket pr

RE: [DUG]: Sockets..

2000-05-07 Thread Colin Fraser
]]On Behalf Of Wilfred Verkley Sent: Monday, 8 May 2000 3:13 pm To: Multiple recipients of list delphi Subject: RE: [DUG]: Sockets.. Most Delphi WinSock components will do these things, but have a look at ICS. It can do all these things, is free and well supported, and has a lot of examples. http

RE: [DUG]: Sockets..

2000-05-07 Thread Grant Black
I might be looking at doing a little bit of light socket stuff in the future... Is the general consensus that other components such as the ICS ones are superior to the ones that come in Delphi 5?? Yes - WinShoes are OK but I have found ICS very good.

RE: [DUG]: Sockets Problem

1999-09-12 Thread Chris Reynolds
Definintely sounds like a time out. Have you set the timeout at both ends to 120secs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Coulter Sent: Saturday, September 11, 1999 1:16 PM To: Multiple recipients of list delphi Subject: [DUG]: Sockets

RE: [DUG]: Sockets

1999-08-22 Thread Coulter, Jeremy
Each of them should have a diff. socket number when they connect. that might help when reporting errorsi.e. incluse the socket number in the error Jeremy Coulter Application Developer Application Development Centre Compaq Computer New Zealand Ltd. Phone: 64 3 371 5724 Fax:64 3

Re: [DUG]: Sockets

1999-08-22 Thread Alex Kouznetsov
not know which socket instance caused it. Alex - Original Message - From: Coulter, Jeremy [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Monday, August 23, 1999 1:26 PM Subject: RE: [DUG]: Sockets Each of them should have a diff. socket number when