Hi David

I doubt i ran out of disk space 'cos I have 17Gb free on my Win2K only
partition.

My Box's memory size is 512Mb, so I think it didn't ran out of memory.

I was running the IntraVM under eclipse. Does this mean something to you?

Personnaly I think it's a great result. I appreciate Openejb a lot.
--
Marcello Orsi Schmidt
[EMAIL PROTECTED]


--------- Mensagem Original --------
De: David Blevins <[EMAIL PROTECTED]>
Para: 'Marcello Schmidt' <[EMAIL PROTECTED]>
Cópia: 'openejb-user' <[EMAIL PROTECTED]>
Assunto: RE: [OpenEJB-user] Openejb
Data: 01/10/02 18:12

> Hi Marcello,

Interesting results.  Strange that it stopped after creating 16384
sessions, it would be interesting to find out what ran out first, disk
space or memory.  Depending on the size of your stateful session beans,
you could chew up a lot of disk space creating that many references as
most of them would be passified to disk (i.e. serialized to a file).  If
you are using OpenEJB 0.8.2, the default passivation location is your
system tmp directory.  Do you happen to have a Linux/Unix system with a
separate partition for /tmp?  Usually those are not that big and can
fill up easily.

At any rate, the part of the system that does the stateful session bean
passivation is pluggable, so it's possible to write one that stored
instances in more performant locations like an object database or file
system cluster, etc.

-David

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Cinq -
Marcello Orsi Schmidt
Sent: Tuesday, October 01, 2002 1:42 PM
To: 'openejb-user'
Subject: [OpenEJB-user] Openejb


Hi
I have been studying EJB with the book Mastering EJB
(www.theserverside.com) and have adopted Eclipse to work as my IDE, and
OpenEjb is working very nice, after I spent a little time learning how
to configure Castor and OpenEjb itself.
Just for fun, I made a client that makes 50000 references to a SFSB, but
OpenEjb stopped at some place near 16000. I think it was 16384, but I
canīt remember.
Althought I donīt think itīs a bug, but I would like to mention it.
--
Marcello Orsi Schmidt
[EMAIL PROTECTED]




__________________________________
Cinq Technologies - http://www.cinq.com.br
------------------------------------------------------- This sf.net
email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD,
FREE setup, FAST network. Get your own server today at
http://www.ServePath.com/indexfm.htm
_______________________________________________ http://OpenEJB.sf.net
OpenEJB-user mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user



-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server
today at http://www.ServePath.com/indexfm.htm
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user


__________________________________
Cinq Technologies - http://www.cinq.com.br



-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server 
today at http://www.ServePath.com/indexfm.htm
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user

Reply via email to