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?
#137822 - 05/30/0702:42 AMRe: Max. number of Sessions ?
[Re: RemedyCons]
Vincent_RIEDWEG
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.