Hi all,
I am investigating the scalability of our product that deals to
retrieve 45000 rows for each client. Max number of client is 5.
I decided to migrate the Java code to J2EE code so that we can achieve
much scalability for the above mentioned scenario.
My superiors concern was scalability can be achieved but at the same
time, performance will be major hit as there will be lot of lookups
will happen between the client code to server, ejb to db and so on for
other j2ee components. And also, J2EE is used to ease the work of the
developers to develop the large scale applications.
My Question is How can i calculate the performance of the mentioned
scenario..is there any kind of formula or design pattern rules are
there to estimate the performance so that i propose the performance
report before i start implementation of the actual application
Thanks in advance for your valuable suggestions
Moin
Robert Klemme - 23 May 2007 08:45 GMT
> I am investigating the scalability of our product that deals to
> retrieve 45000 rows for each client. Max number of client is 5.
Retrieve from where?
> I decided to migrate the Java code to J2EE code so that we can achieve
> much scalability for the above mentioned scenario.
[quoted text clipped - 9 lines]
> there to estimate the performance so that i propose the performance
> report before i start implementation of the actual application
No.
> Thanks in advance for your valuable suggestions
Frankly, you give far too few details to come up with anything.
Regards
robert
Daniel Pitts - 23 May 2007 22:03 GMT
On May 22, 8:05 pm, Proton Projects - Moin <mohd.mohid...@gmail.com>
wrote:
> Hi all,
>
[quoted text clipped - 17 lines]
> Thanks in advance for your valuable suggestions
> Moin
I suggest a small prototype and PMA testing.