RE: [JBoss-user] 100,000 CMP entity beans on Firebird 0.9.4/Debian Linux

2001-05-15 Thread RRokytskyy
Sorry for not replying to the topic, I was busy by tuning the performance of database (Firebird 0.9.4 p1). Now everything is ok. I don't use PosgreSQL any longer, because even the 7.x version is slower than Firebird (also I am using InterBase since the version 4.0, and I do like it! :)) > Can you

Re: [JBoss-user] 100,000 CMP entity beans

2001-05-09 Thread danch
[EMAIL PROTECTED] wrote: >> Is this CMP or BMP? We're focusing on CMP performance in version 2.3. > > > CMP Hence the title of the message. Sorry to ask an unneeded question. > > >> How are the transactions written? Do you call multiple methods from a >> client, or are you using session

RE: [JBoss-user] 100,000 CMP entity beans

2001-05-08 Thread RRokytskyy
> Is this CMP or BMP? We're focusing on CMP performance in version 2.3. CMP > How are the transactions written? Do you call multiple methods from a > client, or are you using session wrappers, or is each transaction one > method inherently? I think that transaction per method. I do not use an

Re: [JBoss-user] 100,000 CMP entity beans

2001-05-08 Thread danch
[EMAIL PROTECTED] wrote: > Thank you a lot for info! > > Can you give some estimates about the performace? I've conducted small test > on my PC (Pentium III 550 MHz, 256 Mb RAM) using jboss and Hypersonic SQL. I > get: > > creating 100 beans - approx. 5000 ms > updating 100 beans - approx. 5000

RE: [JBoss-user] 100,000 CMP entity beans

2001-05-08 Thread RRokytskyy
Thank you a lot for info! Can you give some estimates about the performace? I've conducted small test on my PC (Pentium III 550 MHz, 256 Mb RAM) using jboss and Hypersonic SQL. I get: creating 100 beans - approx. 5000 ms updating 100 beans - approx. 5000 ms deleting 100 beans - approx. 8000 ms