Nothing comes to mind readily. Unless you're using InnoDB, you'll have table-level locking going on as things are updated. But, I'm assuming that you're running into this problem even if the TurboGears isn't updating anything.
Where exactly is the build data input script blocking? (connection time? some specific query?) is TurboGears doing anything? (are there requests coming in, or is there any kind of update thread in there?) Kevin On 1/13/06, citizenkahn <[EMAIL PROTECTED]> wrote: > > Sorry about that. i'm using the following; > MYSQL 4.1.x > Turbogears 0.8a3 > SQLObject-0.7.0 > MySQLPython 1.2.0 > > I am running in dev mode not prod and connecting via the network not > the sock file. > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

