Re: [twsocket] ICS-beta V5 and V6 have been updated

2006-01-06 Thread Angus Robertson - Magenta Systems Ltd
ICS-beta V5 and V6 have been updated V5 is OK, but it looks like the V6 zip is from 2 Jan. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TDNSQuery problem...

2006-01-06 Thread Ja
Hi. I'm trying to make application that could get information about hosts simultanously for lets say... 10 hosts... I made something like this: - var newsocket:TDnsQuery; domain:string; begin newsocket:=TDNSQuery.Create(self); newsocket.Addr:='195.117.102.3';

Re: [twsocket] TDNSQuery problem...

2006-01-06 Thread Fastream Technologies
Hello, Did you try this: TDNSQuery(sender).Release; ? Regards, SZ - Original Message - From: Ja [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, January 06, 2006 1:17 PM Subject: [twsocket] TDNSQuery problem... Hi. I'm trying to make application that

Re: [twsocket] TDNSQuery problem...

2006-01-06 Thread Guillaume MAISON
Ja a écrit : But when im putting in RequestDone: TDNSQuery(sender).Destroy; access violation occures. Why is that? instead try : TDNSQuery(sender).Free; But if i were you i would do it elsewhere... Even in requestdone events or within any component event you shouldn't try to destroy it as it

[twsocket] ThttpCil Send bufsize problem

2006-01-06 Thread Opqrst Ghrst
Q1: I set HttpCli1-CtrlSocket-BufSize=32768 ,but when I send data it only has Max BufSize 8193. How can I set it more than 8193 and has it Max limit? Q2: Dose HttpCli1-SendStream has Size limit? When I send more than 100MB file, It seems not works. ___ YM -

Re: [twsocket] ThttpCil Send bufsize problem

2006-01-06 Thread Francois PIETTE
Q1: I set HttpCli1-CtrlSocket-BufSize=32768 ,but when I send data it only has Max BufSize 8193. How can I set it more than 8193 and has it Max limit? Sending buffer size doesn't change much at the network layer. HTTP use TCP and TCP is a stream oriented proptocol. Default buffer size fit the