Topic Options
Rate This Topic
#137819 - 05/30/07 12:45 AM Max. number of Sessions ?
RemedyCons Offline
Stealth Member

Registered: 05/30/05
Posts: 46
Is there a limit on the number of sessions a login/connection can have ?

Assuming a login has admin rights and accesses the Remedy Server via Java API , can a connection pooling be implemented in the Java code and have 200 sessions in parallel for this connection?

Top
#137822 - 05/30/07 02:42 AM Re: Max. number of Sessions ? [Re: RemedyCons]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Yes, if your server is configured with enough treads, it simply works. The server manage that itself. You don't have to manage this when you develop in APIs.
_________________________
Vincent.

Top
#137823 - 05/30/07 02:52 AM Re: Max. number of Sessions ? [Re: Vincent_RIEDWEG]
RemedyCons Offline
Stealth Member

Registered: 05/30/05
Posts: 46
Would it be List queues or Fast queues? Do I need to specify the maximum thread as 200 to achieve this?

Top
#137824 - 05/30/07 03:13 AM Re: Max. number of Sessions ? [Re: RemedyCons]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
No, look at ARSystem performance whitepaper...

There are a lot of information about threads configuration.
_________________________
Vincent.

Top
#137888 - 06/04/07 11:05 AM Re: Max. number of Sessions ? [Re: Vincent_RIEDWEG]
Shark_7-11 Offline
Stealth Member
*****

Registered: 09/26/06
Posts: 267
Also have a look at using dedicated threads (RPC)
_________________________
Mayhem, Chaos and Anarchy
My job here is complete!

Top