if you configure the destination scope to "application" then there should be
one per app, if you configure it "request", then there's as many
concurrently as there are concurrent requests, so depends.  if you
configured it "session" then, i defer to Mr. Vroom for the answer =p

/r



On Tue, Apr 29, 2008 at 9:46 PM, ibo <[EMAIL PROTECTED]> wrote:

>  I know I have asked this question before but unfortunately I havent found
> an answer yet :P. Maybe Mr. Vroom can shed some light on this? tia.
>
> what if there is at least 500 users using the client, assuming the server
> is configured to handle the load hardware-wise, does the blazeds keeps
> "instances" of this remoteobjects? all 500 of them? or does it use pooling
> and keeping at least half of them and have them re-use objects like how EJB
> (passivate/activate) does? (for java devs in this list). My understanding of
> how the DS work behind the scenes so pardon me if the questions are
> inapplicable :P.
>
> Regards,
> Stephen
>
> ------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ>
> 
>

Reply via email to