Re: Concurrency testing

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Concurrency testing
Дата
Msg-id 874oqai8r8.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: Concurrency testing  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
>  Last time I built something to drive a huge client load (many
> thousands of simultaneous connections to a web app) I did it in highly
> threaded Java using HttpUnit from a number of separate client machines. You
> wouldn't believe what that managed to do to MySQL on the backend ;-)

Last time I've head about that kind of Java stuff, it was a JMeter
story. The webapp guys and the JVM admins were so proud that the load
test couldn't worry their setup that they were willing to retest using
tsung.

On a single client rather than the client farm, tsung pushed their setup
to an halt under heavy load... and that was with older erlang limits of
about 800 connections per node, now it's on the 50000 connections per
node ballpark IIRC.

Just saying :)
-- 
dim


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Concurrency testing
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: COPY enhancements