Does anybody know what is the maximum number of connection via DIIOP? Is there any place I can config?(I’m expecting it to be the same as HTTP connection, like say, over 2000 concurent sessions.)
Thanks in advance!
James
Does anybody know what is the maximum number of connection via DIIOP? Is there any place I can config?(I’m expecting it to be the same as HTTP connection, like say, over 2000 concurent sessions.)
Thanks in advance!
James
Subject: Maximum number of DIIOP connection
There is no setting for the maximum number of connections in diiop. The maximum number will depend on system resources available.
Can you say more about what you’re trying to do?
Steve Nikopoulos
Subject: RE: Maximum number of DIIOP connection
Hi Steve,
Thank you very much for your reply.
I’m trying to put a java applet to a web page, which will call domino object through DIIOP(CORBA), thus every web user access the page will generate one connection(I’m using this connection to pass live data), I’m expecting those web users to be more than 2000.
James