[Ace-users] Re: [tao-users] Many connections in ESTABLISHED state

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Fri Jun 29 09:12:49 CDT 2007


Hi Vikram,

> TAO VERSION: 1.5.8
> ACE VERSION: 5.5.8
>  
> HOST MACHINE:
> $ uname -a
> SunOS ipms-x4200-1 5.10 Generic_118855-33 i86pc i386 i86pc
> 
> I have a client program which spwans 100 threads and call a method on server.
> following is my client.config file
> $ more client.config
> static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE"
> 
> After calling above function the "main" of the client goes into while loop.
>  
> The problem is, while calling a method it creates 100 tcp connections
> and all the connection remain in ESTABLISHED state until i stop my
> client program.  why this happenes? 

I suspect this stems from TAO's connection caching.

> How to solve this problem?

Please read the documentation on TAO's connection cache management capabilities.

Thanks,

        Doug



More information about the Ace-users mailing list