Re: [Hibernate] Re: SV: Re: [PRODUCT] ORM + RDBMS = OODBMS / Evaluation Against Fictive jamStore

2004-12-26 Thread Henri Tremblay
I still don't if it worth it by I've decided to answer this mail. Two parts, first: I've started using Hibernate on my project because of lots of performance issues doing straight JDBC and also loads of bugs. So we really needed an O/R mapping tool since there was way to many classes in our domai

[Hibernate] someone looking at flushing performance...

2004-12-26 Thread Max Rydahl Andersen
...fyi: http://forum.hibernate.org/viewtopic.php?t=936291 Is he on to something or is the readonly stuff in H3 the answer to this ? -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com -

[Hibernate] No example of the new experimental JACC stuff ?

2004-12-26 Thread Max Rydahl Andersen
...or am i blind ? ,) -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --- SF email is sponsored by - The IT Product Guide Read honest & candid review

[Hibernate] Startup performance revisited...

2004-12-26 Thread Max Rydahl Andersen
Hi guys, Just reran a set of startup performance tests, to see if something has changed or I would be able to point out some new places to put in some speedups. Unfortunately (or as expected) not much has changed. The same pattern always emerge on startup performance: #1. xml reading is 40-60%

Re: [Hibernate] Startup performance revisited...

2004-12-26 Thread Binil Thomas
Hi Max, Couple of months ago we were evaluating the use of Hibernate, and were ran some performance comparisons between popular ORM tools. One of the things we noticed is that serialization of lazy initialization poxies is time consuming. I admit that when using Hibernate entities as DTOs the prox