[Jakarta-slide Wiki] Trivial Update of "ConfigurationNode" by DarrenHartford
Apache Wiki <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jakarta-slide Wiki" for change notification.
The following page has been changed by DarrenHartford:
http://wiki.apache.org/jakarta-slide/ConfigurationNode
------------------------------------------------------------------------------
{{{<parameter name="all-methods-in-transactions">true</parameter>}}}
- Supposedly you can set this to false to allow read-only methods to execute without being in a transaction. Some initial testing shows this to be somewhat true, but the results are pretty sporadic and may cause your slide instance to be unstable regarding performance (i.e. 1 sec response once, then a 40 sec response another time).
+ Supposedly you can set this to "false" to allow read-only methods to execute without being in a transaction. Some initial testing shows this to be somewhat true, but the results are pretty sporadic and may cause your slide instance to be unstable regarding performance (i.e. 1 sec response once, then a 40 sec response another time -- compared to 3 sec static average when set to "true").