1 Jul 2008 08:57
[jira] Created: (FOR-1082) Concurrency testing of the locationmap throws errors
Thorsten Scherler (JIRA <jira <at> apache.org>
2008-07-01 06:57:44 GMT
2008-07-01 06:57:44 GMT
Concurrency testing of the locationmap throws errors
----------------------------------------------------
Key: FOR-1082
URL: https://issues.apache.org/jira/browse/FOR-1082
Project: Forrest
Issue Type: Bug
Components: Locationmap
Reporter: Thorsten Scherler
http://marc.info/?t=120180448900001&r=1&w=2
The problem that I encounter is that the locationmap is throwing an
error as soon as there are concurrent user.
Try
<map:match pattern="test">
<map:generate src="lm://transform.html.document"/>
<map:serialize />
</map:match>
Doing some testing in my case I use jmeter with 250 threads and 100 loop
where the ramp-up time is 20.
This provokes that the input module is requested on the startup with
more then one request. It seems that the requests are issued as fast
that the module seems to fail to finish to load the first time the
locationmap.
I changed
public synchronized Object getAttribute(...)
(Continue reading)
RSS Feed