[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

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

2006-02-07 Thread Francois Piette
: [twsocket] DNSQuery - what should i free up? 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

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

2006-02-07 Thread Ja
Temat: 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: Ja [EMAIL PROTECTED] To: twsocket

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

2006-02-07 Thread Wilfried Mestdagh
Hello Ann, I assume you mean winsock error 10055 (no buffer space available) ? Could be you have a leak, or that some other program has a leak. Sockets use non pageable RAM witch is very limited and also in use by other programs. I recall you use DnsQuery with TCP (right?). Closing a socket

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

2006-02-07 Thread Ja
Yes... exaclty that error. But shoudlnt DNSQuery close those sockets after reciving response? Wiadomość Oryginalna Od: Wilfried Mestdagh [EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org Data: Tue, 7 Feb 2006 11:31:01 +0100 Temat: Re: [twsocket] DNSQuery - what should i

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

2006-02-07 Thread Wilfried Mestdagh
sockets after reciving response? Wiadomość Oryginalna Od: Wilfried Mestdagh [EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org Data: Tue, 7 Feb 2006 11:31:01 +0100 Temat: Re: [twsocket] DNSQuery - what should i free up? Hello Ann, I assume you mean winsock error