[GitHub] jmeter pull request #228: small memory improvement : do dot convert all the ...

2016-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/228 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] jmeter issue #228: small memory improvement : do dot convert all the url to ...

2016-09-08 Thread FSchumacher
Github user FSchumacher commented on the issue: https://github.com/apache/jmeter/pull/228 There is StringUtils#startsWithIgnoreCase, that does the same and is clearly named. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] jmeter issue #228: small memory improvement : do dot convert all the url to ...

2016-09-08 Thread sebbASF
Github user sebbASF commented on the issue: https://github.com/apache/jmeter/pull/228 It may be slightly more efficient to use regionMatches, but it's not nearly so obvious what the code is doing. However checking log.isDebugEnabled() first is an improvement. --- If your

[GitHub] jmeter issue #228: small memory improvement : do dot convert all the url to ...

2016-09-08 Thread vlsi
Github user vlsi commented on the issue: https://github.com/apache/jmeter/pull/228 Looks good. Just one question: HOW did you find that? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] jmeter pull request #228: small memory improvement : do dot convert all the ...

2016-09-08 Thread benbenw
GitHub user benbenw opened a pull request: https://github.com/apache/jmeter/pull/228 small memory improvement : do dot convert all the url to check the prefix You can merge this pull request into a Git repository by running: $ git pull https://github.com/benbenw/jmeter

Re: JDBC PreparedStatement Cache

2016-09-08 Thread sebb
On 8 September 2016 at 06:38, Felix Schumacher wrote: > > > Am 8. September 2016 01:17:52 MESZ, schrieb sebb : >>It seems to me that it ought to be possible to re-use a >>PreparedStatement somehow in JMeter. >>Surely re-use is one of the