| View previous topic :: View next topic |
| Author |
Message |
Treak Guest
|
Posted: Fri Mar 10, 2006 1:03 pm Post subject: TIdTCPServer problem |
|
|
Hello all!
Im using version 9.0.50 and BDS 2006.
for evry connect to the server the reference is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
//christer |
|
| Back to top |
|
 |
Treak Guest
|
Posted: Fri Mar 10, 2006 1:03 pm Post subject: Re: TIdTCPServer problem |
|
|
Treak skrev:
| Quote: | Hello all!
Im using version 9.0.50 and BDS 2006.
for evry connect to the server the reference is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
//christer
PS |
Codeguard report nothing |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Mar 10, 2006 8:03 pm Post subject: Re: TIdTCPServer problem |
|
|
"Treak" <christer.borgqvist (AT) glocalnet (DOT) net> wrote in message
news:4411697e$1 (AT) newsgroups (DOT) borland.com...
| Quote: | for evry connect to the server the reference is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
|
What reference are you referring to exactly?
Gambit |
|
| Back to top |
|
 |
Treak Guest
|
Posted: Sun Mar 12, 2006 6:03 pm Post subject: Re: TIdTCPServer problem |
|
|
Remy Lebeau (TeamB) skrev:
| Quote: | "Treak" <christer.borgqvist (AT) glocalnet (DOT) net> wrote in message
news:4411697e$1 (AT) newsgroups (DOT) borland.com...
for evry connect to the server the reference is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
What reference are you referring to exactly?
Gambit
Im realy dont now, but for every client connect its increase, and after |
a while i get Socket error #1055, it seams that the connection not close
properly. |
|
| Back to top |
|
 |
Treak Guest
|
Posted: Mon Mar 13, 2006 12:03 pm Post subject: Re: TIdTCPServer problem |
|
|
Treak skrev:
| Quote: | Hello all!
Im using version 9.0.50 and BDS 2006.
for evry connect to the server the reference is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
//christer
It's not reference is Handle counter in English, sorry |
|
|
| Back to top |
|
 |
Treak Guest
|
Posted: Mon Mar 13, 2006 12:03 pm Post subject: Re: TIdTCPServer problem |
|
|
Treak skrev:
| Quote: | Hello all!
Im using version 9.0.50 and BDS 2006.
for evry connect to the server the reference is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
//christer
So from begining |
Hello all!
Im using version 9.0.50 and BDS 2006.
for evry connect to the server the handle count is increase in Task
manager, the memory is no problem. Is there somthing i miss to delete?
//christer |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Mar 13, 2006 10:03 pm Post subject: Re: TIdTCPServer problem |
|
|
"Treak" <christer.borgqvist (AT) glocalnet (DOT) net> wrote in message
news:44155321$1 (AT) newsgroups (DOT) borland.com...
| Quote: | for evry connect to the server the handle count is increase in Task
manager
|
That suggests that a resource leak is occuring. It is unlikely that
TIdTCPServer is leaking, so I have to suspect your own code.
| Quote: | Is there somthing i miss to delete?
|
Do you associate any of your own objects with each connection? There is no
way to diagnose the problems without seeing your actual code.
Gambit |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Mar 13, 2006 10:03 pm Post subject: Re: TIdTCPServer problem |
|
|
"Treak" <christer.borgqvist (AT) glocalnet (DOT) net> wrote in message
news:4414505f (AT) newsgroups (DOT) borland.com...
You said that you were seeing something increase in Task Manager, so what
exactly do you see increasing?
| Quote: | for every client connect its increase
|
What increases exactly?
| Quote: | after a while i get Socket error #1055, it seams that the
connection not close properly.
|
Please show your actual code.
Gambit |
|
| Back to top |
|
 |
|