Re: [Pharo-project] load testing a database

2012-02-12 Thread Philippe Marschall
On 11.02.2012 22:03, Tudor Girba wrote: Hi, On 11 Feb 2012, at 21:13, Philippe Marschall wrote: On 11.02.2012 19:30, Tudor Girba wrote: Hi, Sorry for the late reply, and thanks everyone for the suggestions. I did not provide much details because I am new to this domain and I wanted to see

Re: [Pharo-project] load testing a database

2012-02-12 Thread Philippe Marschall
On 12.02.2012 02:58, Ben Coman wrote: Just thinking laterally (since I don't have the experience to apply to the analysis), a practical business solution is to throw hardware at the problem - particularly for a legacy application on old hardware. One site I worked at was having issues with the

Re: [Pharo-project] load testing a database

2012-02-11 Thread Tudor Girba
Hi, Sorry for the late reply, and thanks everyone for the suggestions. I did not provide much details because I am new to this domain and I wanted to see from the reactions if maybe I am not missing some relevant direction. We are trying to measure how an Oracle database can cope with an

Re: [Pharo-project] load testing a database

2012-02-11 Thread Philippe Marschall
On 11.02.2012 19:30, Tudor Girba wrote: Hi, Sorry for the late reply, and thanks everyone for the suggestions. I did not provide much details because I am new to this domain and I wanted to see from the reactions if maybe I am not missing some relevant direction. We are trying to measure how

Re: [Pharo-project] load testing a database

2012-02-11 Thread Tudor Girba
Hi, On 11 Feb 2012, at 21:13, Philippe Marschall wrote: On 11.02.2012 19:30, Tudor Girba wrote: Hi, Sorry for the late reply, and thanks everyone for the suggestions. I did not provide much details because I am new to this domain and I wanted to see from the reactions if maybe I am not

Re: [Pharo-project] load testing a database

2012-02-11 Thread Ben Coman
Just thinking laterally (since I don't have the experience to apply to the analysis), a practical business solution is to throw hardware at the problem - particularly for a legacy application on old hardware. One site I worked at was having issues with the overnight posting of the days

Re: [Pharo-project] load testing a database

2012-02-05 Thread Philippe Marschall
On 03.02.2012 16:11, Tudor Girba wrote: Hi, Do you happen to know methods to approach the problem of testing the capacity of an application to work with an SQL database? Which capacity? In particular, I am interested in simulating concurrent requests towards this database that would

[Pharo-project] load testing a database

2012-02-03 Thread Tudor Girba
Hi, Do you happen to know methods to approach the problem of testing the capacity of an application to work with an SQL database? In particular, I am interested in simulating concurrent requests towards this database that would resemble the interaction coming from the application. Cheers, Doru

Re: [Pharo-project] load testing a database

2012-02-03 Thread Bernardo Ezequiel Contreras
http://jmeter.apache.org/ p.d.: the only thing i know, i've used it to test a webservice On Fri, Feb 3, 2012 at 12:11 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, Do you happen to know methods to approach the problem of testing the capacity of an application to work with an SQL database?