Re: [rules-users] OutOfMemory with BRMS 4.0.3

2008-01-10 Thread Mikael Larsson
-- __ Mikael Larsson Redpill AB Tel. + 46 54 15 09 40 Mob. + 46 73 42 41 483 www.redpill.se __ ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Design guidelines regarding session pools

2007-11-20 Thread Mikael Larsson
Hi! I have some questions about multithreaded apps and if it is necessary to pool session objects for performance. * I understand that it is expensive to create the RuleBase objects but what about the sessions? If I create a new stateful session object for each request will that become a

Re: [rules-users] Design guidelines regarding session pools

2007-11-20 Thread Mikael Larsson
Hi! Just the answer I was hoping for, thanks for the fast reply! /Mikael Mark Proctor wrote: Mikael Larsson wrote: Hi! I have some questions about multithreaded apps and if it is necessary to pool session objects for performance. You don't need to pool session in drools, just cache