Commit graph

5 commits

Author SHA1 Message Date
hns
7f7d663c7d * Made also private instance methods unsynchronized, since the only drawback
are concurrent method lookups, which usually happen only at the beginning when
the server is started. Later, cached lookups don't have the synchronization penalty.
* Commented out all debug code.
2003-01-31 15:53:04 +00:00
hns
a2c4745d8e Make public static methods unsynchronized but synchronize private instance methods.
This will allow some concurrent duplicate work being done, but it will remove the
bottleneck on the static methods. See bug 186:
http://helma.org/bugs/show_bug.cgi?id=186
2003-01-29 16:00:48 +00:00
hns
7e04b199e7 Explicitly make bean access methods public to prevent reflection bug. 2002-12-03 15:10:39 +00:00
hns
d9c4b3d6f3 Tentative fix for Java reflection bug where we're unable to call public methods
declared in non-public classes.
2002-11-27 17:22:53 +00:00
hns
ee13186158 This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
2000-12-29 17:58:10 +00:00