-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well i'm building ordinary web application using ZK framework + iBatis framework + other frameworks. May be my application is not good enough to require real time java programming but my code using extensive java collection like List,HashMap,etc. For example, a database query that resulting in large results (large size of List) the performance of the web server is kinda poor and it might crash the java vm on the server if there are many user trying to perform search from db at same time (I'm really worry about this).
There are 2 possible solutions that i really think to solve this problem: 1. Using Javolution instead of ordinary java collection (free) 2. Using terracotta jvm clustering (but this is not free solution) Regards, Gary Clinton Begin wrote: > > Interesting. What sort of application are you building that > requires such a fine grained level of performance and time > predictability? > > Cheers, Clinton > > On 11/1/06, * Gary Purnomosidi* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Javolution supposed to be faster than ordinary java collection. The > goal of javolution is very simple which is *To make your > application faster and more time predictable! > > *You can see the benchmark performance at > http://javolution.org/doc/Javolution-Collections.pdf ** Regards, > > Gary > > > Clinton Begin wrote: > >> Nope. :-) > >> How much faster is FastList? > >> Cheers, Clinton > >> On 10/31/06, *Gary Purnomosidi* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> >> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote: >> > >> Hi, is there any support for javolution ( http://javolution.org/) >> as return type of query result in ibatis ? For example the query >> will return javolution.util.FastList instead of java.util.List. > >> Regards, > >> Gary -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFSXC4PA2ormkNOUURAtKAAJ904361MG7g62a/3j7f25d7iyZWfwCgy0l1 iqJBZHoTU6hKOzHVj75nmRQ= =Ah/r -----END PGP SIGNATURE-----
