----- Original Message -----
From: Gerard Vandome <[EMAIL PROTECTED]>
>
> Robert Kr�ger wrote:
>
> > - there's no real resource management (activation and passivation not
> > implemented, you instantiate lots of objects, you'll get a memory
problem)
>
> We don't implement activation/passivation until now because we will do it
only
> for the new version of container managed persistence. We have to check the
> dependencies, and if possible, do it sooner.
>
My company developing a distributed reservation system that uses JOnAS.
Performance is not a big concern for us (only 100-200 transactions/day and
transactions must take < 8 seconds) but resource usage is an issue since
this could mean that the server may not run 24/7.
Currently, our entity beans use bean managed persistence.
Does the statement above mean that activation/passivation will ONLY
implemented for entity beans that use container managed persistence and NOT
for entity beans that use bean managed persistence?
ted stockwell
BTW, I would like to thank the JOnAS team for providing a fine product. Our
software is built entirely on open-source components and JOnAS is working
just great for us. We haven't yet tested the ability to run for an
extended period of time but have tested with several clients hitting the
server concurrently.
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".