On 3/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm getting significantly different performance on windows, where I do > development, compared to linux, where we deploy. On linux, it's taking > significantly longer for my rules to run than it does on windows. > Details are:
Just a thought, but are you sure it's Jess? Have you profiled it, determining that the slowness is in fact Jess's fault? To be sure, I recommend using YourKit. It's a very good profiler, and works well with Tomcat. It will very quickly tell you where the slowness is inside the Java app. What other differences are there between production and development? Different database driver? Missing index on the database? Firewall rules? DNS issues? Hope that helps, it sounds like it might be something external to your app. Actually, have you tried zipping up your development Tomcat and running it in production? Good luck! Seth -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
