locking the queries mysql ibatis

2009-10-25 Thread deligeli
hi, i am hosting my application on shared hosting. i have about 1GB of data (around 60 records in a table). according to the host services, i lock the queries in mysql and overload their service. how could it happen? i use regular ibatis queries + caching. is there a way not to lock it?

Re: locking the queries mysql ibatis

2009-10-25 Thread Clinton Begin
You're going to have to analyze the situation. The iBATIS list can't answer this question for you. However, if your hosting service is the one complaining, it's probably not literally locking, you're probably just overloading the IO on their servers. Clinton On Sun, Oct 25, 2009 at 8:49 PM,

Re: locking the queries mysql ibatis

2009-10-25 Thread Nathan Maves
If they were trying to tell you that you have database locking issues you should start to read here http://en.wikipedia.org/wiki/Lock_(database). As Clinton states we can't debug your application for you. If you come to this community with a specific ibatis issue we will gladly help. Get some