Re: [twsocket] Problem with streaming...

2008-10-22 Thread Ja
When It stucks, It's always on 18.2KB, using SSLWSocket. But none of this data is being shown in buffer... :/ Dnia 22 października 2008 16:19 Ja <[EMAIL PROTECTED]> napisał(a): > Hello, > I'm trying to stream data to server that would respond in real time for > di

[twsocket] Problem with streaming...

2008-10-22 Thread Ja
Hello, I'm trying to stream data to server that would respond in real time for different requests. It does send all the data but there seems to be problem with response... sometimes i get the response, sometimes not... even when firewall says that some data (not all) have been rcved (about 18kB!

[twsocket] WSocket instant shutdown...

2008-10-19 Thread Ja
Hello, How do I shutdown socket instantly to PREVENT it from SENDING data that have been already "buffed" to send (by sendstr)? As I read in comments to wsocket.pas, ShutDown(1) or ShutDown(2) do send that data before shutdown... Best regards, FlashT -- To unsubscribe or change your settings for

Re: [twsocket] ICS and CLX?

2008-09-25 Thread Ja
Will this work with console? I dont have any XWindow installed and dont want to... Dnia 25 września 2008 21:08 "Francois PIETTE" <[EMAIL PROTECTED]> napisał(a): > > Well... too bad because I have no idea how :( > > Another approach would develop your application using Delphi.win32 and run > i

Re: [twsocket] ICS and CLX?

2008-09-25 Thread Ja
Indy works fine :) Except... SSL. Dnia 25 września 2008 23:57 Erich Kuba <[EMAIL PROTECTED]> napisał(a): > Mate, you're better off using Synapse under Linux. I tried for many > months to get ICS working under Linux, but it's really buggy and there > is little to no interest in fixing it. Und

Re: [twsocket] ICS and CLX?

2008-09-25 Thread Ja
Well... too bad because I have no idea how :( Dnia 25 września 2008 20:13 "Francois PIETTE" <[EMAIL PROTECTED]> napisał(a): > > Any way to make ICS CLX compatible? > > I need to run some application on unix (using SSLWSocket)... > > You can probably use the Kylix version available from my websi

[twsocket] ICS and CLX?

2008-09-25 Thread Ja
Hi, Any way to make ICS CLX compatible? I need to run some application on unix (using SSLWSocket)... Best regards, FlashT -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overb

[twsocket] WSocket - how to use Socks Proxy?

2008-09-12 Thread Ja
Hi, Could anybody tell me how do I use Socks Proxy in WSocket component? Best regards, FlashT -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TCP Window Size

2008-09-01 Thread Ja
Hi, Is there any way to set my own TCP window size flags in WSocket sent packets? Best regards, FlashT -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] A problem with SSL WSocket - WTH?

2008-08-30 Thread Ja
Dnia 30 sierpnia 2008 13:50 "Arno Garrels" <[EMAIL PROTECTED]> napisał(a): > > That happens sometimes, no big deal :) > Have you tried "Rebuild all projects" instead of "Compile.."? > Also, it might help to set compiler directive {$IMPLICITBUILD OFF} > in ICS package DPR file which equals option

[twsocket] A problem with SSL WSocket - WTH?

2008-08-30 Thread Ja
Hi, I was just programming my application, it compiled fine, everything was ok, but suddenly it stopped to be compalible... I didn't change anything in code, wth is going on? Even example isnt working... it says: [Error] Unit1.pas(11): Undeclared identifier: 'TSslWSocket' [Error] Unit1.pas(11):

Re: [twsocket] Using WSocket in thread...

2008-08-30 Thread Ja
Thank you. WSocket1.MessageLoop; works great. Best regards, FlashT Dnia 30 sierpnia 2008 9:49 "Arno Garrels" <[EMAIL PROTECTED]> napisał(a): > Ja wrote: > > Ok then, I really need it to be in thread, so what do I do to make my > > code work? > > At first r

Re: [twsocket] Using WSocket in thread...

2008-08-30 Thread Ja
Ok then, I really need it to be in thread, so what do I do to make my code work? Dnia 30 sierpnia 2008 9:18 "Arno Garrels" <[EMAIL PROTECTED]> napisał(a): > Ja wrote: > > How do I work in blocking mode? > > ICS works non-blocking: > http://wiki.overbyte.be/wi

Re: [twsocket] Using WSocket in thread...

2008-08-29 Thread Ja
How do I work in blocking mode? Dnia 29 sierpnia 2008 23:52 "Paul" <[EMAIL PROTECTED]> napisał(a): > Your thread needs a message pump, unless you work in blocking mode. > > Paul > > > > ----- Original Message - > From: "Ja" > To

[twsocket] Using WSocket in thread...

2008-08-29 Thread Ja
Hello, I'm trying to convert demo of SSL socket to make it in thread but there seems to be something wrong... I think that On* events are not being run at all... http://phpfi.com/348552 Full source: http://zycie.org/SSLTHREADED.rar Could anybody help me with that? Best regards, FlashT -- To un

[twsocket] THttpCli - what a'?

2006-03-05 Thread Ja
Hi. I've noticed something weird in THttpCli... When I call abort, it runs OnRequestDone procedure, but... errcode = 0 and statuscode = 200! Why is that? Shouldn't it report somehow that it was aborted? Ann -- To unsubscribe or change your settings for TWSocket mailing list please goto http://w

Re: [twsocket] DNSQuery - bugreport

2006-02-09 Thread Ja
S] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > Wednesday, February 8, 2006, 11:27, Ja wrote: > > > Hi. > > I've made a bugreports from last 24h... could anybody help me to > > analyze it? > > > http://theweed.org/bugreport.t

Re: [twsocket] DNSQuery - bugreport

2006-02-08 Thread Ja
Ok... what can i do about it? Wiadomość Oryginalna Od: Arno Garrels <[EMAIL PROTECTED]> Do: ICS support mailing Data: Wed, 8 Feb 2006 21:42:07 +0100 Temat: Re: [twsocket] DNSQuery - bugreport > Ja wrote: > > Hi. > > I've made a bugreports from last 24h..

[twsocket] DNSQuery - bugreport

2006-02-08 Thread Ja
Hi. I've made a bugreports from last 24h... could anybody help me to analyze it? http://theweed.org/bugreport.txt What can i say is that bugs started when addeded checking few names with DNSQuery component every ... 10 minutes. How does it work? Every 10 minutes TDNSQuery component is being cr

Re: [twsocket] DNSQuery - what should i free up?

2006-02-07 Thread Ja
ou can easy find out with NETSTAT -a > to check out. > > --- > Rgds, Wilfried [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > Tuesday, February 7, 2006, 09:58, Ja wrote: > > > Hi. > > Got little big problem with DNS

Re: [twsocket] DNSQuery - what should i free up?

2006-02-07 Thread Ja
at: Re: [twsocket] DNSQuery - what should i free up? > You should use a memory leak checking tool. Like MemProof or MemCheck. A little search on Google > would help you. > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > From: "

[twsocket] DNSQuery - what should i free up?

2006-02-07 Thread Ja
Hi. Got little big problem with DNSQuery... I wrote application that frequently checks some domains if their ns records are ok. It just creates x DNSQuery components (where x is number of domains) every 5 minutes and analizes the Lookup results... After finish it uses DNSQuery.destroy function.

[twsocket] IP to host

2006-01-10 Thread Ja
Hi. How do i change IP to host (domain) ?? Thanx! Ann -- 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

Re: [twsocket] DNSQuery BUG...

2006-01-07 Thread Ja
Wiadomość Oryginalna Od: Francois PIETTE <[EMAIL PROTECTED]> Do: ICS support mailing Data: Sat, 7 Jan 2006 21:23:06 +0100 Temat: Re: [twsocket] DNSQuery BUG... > > Ok. I've managed to make my project to check the list of domains for > > hosts but i've noticed that there is something w

Re: [twsocket] DNSQuery BUG...

2006-01-07 Thread Ja
> Please start next time a new subject instead of reply to another one and > change the subject line. You do that every time and your message will > not be seen by many people. > Oh... sorry. Didn't know that it matters. -- To unsubscribe or change your settings for TWSocket mailing list plea

[twsocket] DNSQuery BUG...

2006-01-06 Thread Ja
Ok. I've managed to make my project to check the list of domains for hosts but i've noticed that there is something wrong with DNSQuery component. With some nameservers (like those of my provider) DNSQuery sometimes doesnt get any answer... and although firewall (and netstat) after some time ta

[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'; newsocket.Proto:='tc

[twsocket] DNS

2006-01-05 Thread Ja
Hi Is it possible to get nameservers of domain with any component from ICS? If so, how do i do that? Thank you! Ann -- 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

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Ja
Program check list of domains with several components at once... putting something in woudldnt do the job. Wiadomość Oryginalna Od: Arno Garrels <[EMAIL PROTECTED]> Do: ICS support mailing Data: Wed, 4 Jan 2006 16:38:51 +0100 Temat: Re: [twsocket] WSocket DNSLookup. >

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Ja
> else if ErrCode >= 1 then > Memo1.Lines.Add('Error: ' + WSocketErrorDesc(ErrCode)) > else > Memo1.Lines.Add('Unknown Error!'); > end; > > procedure TForm1.ButtonOKClick(Sender: TObject); > begin > WSocket1.DnsLookup(

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Ja
Lookup. > Hello Ja, > > I think what you wants is the TDnsQuery component (also in ICS package). > WSocket.DNSLookup resolve a hostname to IP address. > > --- > Rgds, Wilfried [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > Tu

Re: [twsocket] WSocket DNSLookup.

2006-01-03 Thread Ja
Wiadomość Oryginalna Od: Wilfried Mestdagh <[EMAIL PROTECTED]> Do: ICS support mailing Data: Tue, 3 Jan 2006 22:00:48 +0100 Temat: Re: [twsocket] WSocket DNSLookup. > Hello Ja, > > > Is there any way to do a WSocket DNSLookup and OnLookupDone get > > adres

[twsocket] WSocket DNSLookup.

2006-01-03 Thread Ja
Is there any way to do a WSocket DNSLookup and OnLookupDone get adress of host that have been looked up? Thanx -- 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] Dnslookup... WSocket...

2006-01-03 Thread Ja
Is DNSLookup with WSocket async? Thanx! -- 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