[twsocket] Missing disconnect from GPRS units

2005-06-29 Thread Info 2004
Hi, I have some vehicles with GPRS modems connected to O2 in the UK. The problem I have is when the O2 "network" drops a connection to my server - i.e. a close not initiated from the vehicle, or my server. When this happens, I never see a disconnect, so the next time the unit reports in, it u

Re: [twsocket] Missing disconnect from GPRS units

2005-06-30 Thread Info 2004
Angus, Thanks for the reply. I was hoping to find out that I was doing something silly. Ah well. You are right on the billing aspect. My client is very sensitive to this issue. ...Andy Angus Robertson - Magenta Systems Ltd wrote: I have some vehicles with GPRS modems connected to O2 in the

Re: [twsocket] Missing disconnect from GPRS units

2005-06-30 Thread Info 2004
w connection, then drop the old one. My failure so far is down to my 'delphi' skills, and not ICS related. Thanks for the input though. ...>Andy --- Rgds, Wilfried http://www.mestdagh.biz Wednesday, June 29, 2005, 20:03, Info 2004 wrote: Hi, I have some vehicles with GPRS

[twsocket] [OT]Data remoting

2005-07-23 Thread Info 2004
Hi, Sorry for the OT nature of the request, but can anyone point me to examples/tutorials for D2005 to show me how to use data remoting? If there is a better list to ask this on, just let me know. Thanks... ...Andy -- ASA Micros Ltd. 141 Wardle Road, Wardle, Rochdale. OL12 9JA UK Tel: +44(0)

[twsocket] HTTP serving large files problem

2006-05-23 Thread Info 2004
Hi, I'm using the Webserv example within my app to send xml files that I dynamically create. I initially used SendStream to send my xml back to the client, but I have now switched to using AnswerString. The reason being that some browsers seemed OK without HTTP headers in the reply, but some n

Re: [twsocket] HTTP serving large files problem

2006-05-25 Thread Info 2004
Please. Does anyone have any suggestions on this? Andy Info 2004 wrote: > Hi, > > I'm using the Webserv example within my app to send xml files that I > dynamically create. I initially used SendStream to send my xml back to > the client, but I have now switched to usi

Re: [twsocket] HTTP serving large files problem

2006-05-26 Thread Info 2004
PROTECTED] > http://www.overbyte.be > > > > - Original Message - > From: "Info 2004" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, May 25, 2006 10:19 AM > Subject: Re: [twsocket] HTTP serving large files problem > >

[twsocket] Where is best to ask general Delphi questions?

2006-08-31 Thread Info 2004
Hi, The Delphi and Delphi-Talk elists seem rather quiet. Where is the best place to ask general Delphi questions - along the lines of who has used a good SVG component etc? Regards, Andy -- ASA Micros Ltd. 141 Wardle Road, Wardle, Rochdale. OL12 9JA UK Tel: +44(0)1706 355057 Company No. 4722

Re: [twsocket] Where is best to ask general Delphi questions?

2006-08-31 Thread Info 2004
Francois, Thanks. I'll take a look. ...Andy Francois PIETTE wrote: >> The Delphi and Delphi-Talk elists seem rather quiet. > > Delphi mailing list is still a very good place. A lot of users are still > subscribers and wake up when needed. > Forget about Delphi-Talk which is unmoderated. > >> W

[twsocket] Load testing my server

2006-10-31 Thread Info 2004
Hi, I have written a server based around the TTcpSrvClient = class(TWSocketClient) for each client connection. I would like to load test the server to make sure it can handle lots of simultaneous connections. A thousand or so. Are there any examples of doing this with a TWSocket? Thanks, And

[twsocket] Threads with TWSocket

2006-11-01 Thread Info 2004
Hi, Are there any examples of using threads for client sockets? What are the pros and cons of using a thread for every client connection? My application currently accepts a connection, processes the data and closes the connection in about 0.1 seconds. So if 100 clients connect simultaneously,