Re: blocking in connection pool

2010-04-13 Thread Will Glass-Husain
, Will Glass-Husain wrote: I can see that the DBCP connection pool is blocking. With 150 users I have dozens of threads blocked as follows: [...] Any suggestions? DBCP supports the abandoned-pool feature which can be configured to remove objects not returned to the pool after a certain

blocking in connection pool

2010-04-12 Thread Will Glass-Husain
Hi, Anyone out there with Torque use in a high volume load situation? I'm having trouble with a bottleneck in DBCP with Torque. I set my DBCP connection pool limit to 300 (in the Torque config file) and my mysql max_connections to 300, but the max_used_connections variable in MySQL never goes

Re: Linux and case sensitivity

2009-04-24 Thread Will Glass-Husain
Exactly. MySQL table names are case sensitive in Linux but not in Windows. WILL On Thu, Apr 23, 2009 at 11:59 PM, Ludwig Magnusson lud...@itcatapult.com wrote: Hi! I have been developing a webapp on a windows machine and it works fine. Howerver, now I am moving it to a linux based envroment

Re: Log4J + Torque ... gonna drive me mad.

2008-07-30 Thread Will Glass-Husain
they have two problems. -- Jamie Zawinski / James Robertson -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Log4J + Torque ... gonna drive me mad.

2008-07-30 Thread Will Glass-Husain
sorry, emailed too soon. more to the point, you can search all the jars with a simple bash script. (for i in `find . -name '*.jar'`; do echo $i; unzip -t $i | grep .properties; done) ../properties.txt WILL On Wed, Jul 30, 2008 at 1:13 PM, Will Glass-Husain [EMAIL PROTECTED] wrote: Had

Re: idbroker generates existing ID's

2007-11-15 Thread Will Glass-Husain
www.usmedia.nl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: Is SQL Server 2005 supported in Torque?

2007-01-19 Thread Will Glass-Husain
the latest version of Torque doesn't support the latest MS jdbc drivers? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL

Re: Is SQL Server 2005 supported in Torque?

2007-01-19 Thread Will Glass-Husain
/07, Will Glass-Husain [EMAIL PROTECTED] wrote: Hi, I just moved a torque app (v 3.0) from MySQL to SQL Server 2005 this week. (I'd previously also run this with SQL Server 2000, so I had a little experience). Some notes... Thanks a lot for your reply. So I guess it can be done with some

Re: java.lang.OutOfMemoryError

2006-12-18 Thread Will Glass-Husain
Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: duplicate ID exception in cluster

2006-12-06 Thread Will Glass-Husain
regards Henning On Tue, 2006-12-05 at 14:42 -0800, Will Glass-Husain wrote: Hi Henning! It's a real (Tomcat) cluster. Two instances of Tomcat talking to a single database. (no database replication). I use Apache/mod_jk to split requests (based on session) between the two

duplicate ID exception in cluster

2006-12-05 Thread Will Glass-Husain
Hi, I just set up a new 2 server cluster with two instances of Tomcat both reading/writing from a single database. I'm using Torque 3.0, the default ID Broker and MySQL 5. (InnoDB) My problem... Under heavy load, I notice that most write requests on one of the servers fails with a duplicate ID

Re: duplicate ID exception in cluster

2006-12-05 Thread Will Glass-Husain
at. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Will Glass-Husain Sent: 05 December 2006 15:05 To: torque-user@db.apache.org Subject: duplicate ID exception in cluster Hi, I just set up a new 2 server cluster with two instances of Tomcat both reading/writing

Re: duplicate ID exception in cluster

2006-12-05 Thread Will Glass-Husain
about database replication but since this is write-heavy application it didn't seem to make sense. thanks, WILL On 12/5/06, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: Will Glass-Husain [EMAIL PROTECTED] writes: Hi, I just set up a new 2 server cluster with two instances of Tomcat both

multiple webapps - ID conflict?

2003-07-14 Thread Will Glass-Husain
, WILL ___ Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

security concern

2003-05-27 Thread Will Glass-Husain
Hi, I have a web-based system that allows outside users to create accounts and upload Velocity templates. These templates, among other things, can display records from the database using Torque objects. I've recently realized this presents a security hazard. If a user gets access to the

Re: security concern

2003-05-27 Thread Will Glass-Husain
Peter, Thanks for the note. Good point. I think I'm ok with the superclass issue, as I've also patched Velocity to not allow any method calls on the class object. (If anyone would like this patch, let me know). I could set up different user accounts, one for Torque objects to display in the