Re: [Fornax-developer] Performance bottleneck

2009-07-24 Thread Pavel Tavoda
This one look good. Is just facade, and I guess Hibernate is using it too. Than it is not new dependency, just reuse. Next week I plan to commit checksum plugin and maybe first version of ScClient. After 3 days of hard hacking I switched it to Sculptor 1.6 and JPA. HURA. Of course expect some

Re: [Fornax-developer] Performance bottleneck

2009-07-24 Thread Patrik Nordwall
I don't understand why there is a performance bottleneck, since we don't do much logging and I think we normally use the 'if isDebugEnabled' idiom. I agree that lack of parameterized logging is a major drawback for commons logging. I think we have chosen commons logging because most other framewo

Re: [Fornax-developer] Performance bottleneck

2009-07-23 Thread Karsten Thoms
Is Message.format() (I guess this would be used within) better than using a StringBuilder? Further, thinking about what potentially to log is also a good idea. I think if logging is a bottleneck then often the problem is not the right library to use. My 2 cents... Am 23.07.2009 um 10:59 sch