Re: Django with mysql InnoDB

2008-04-03 Thread Karen Tracey
On Thu, Apr 3, 2008 at 9:03 AM, lep_man <[EMAIL PROTECTED]> wrote: > > HI Guys > > i have buit an application that read tasks from db and execute them ,i > using django to get a connection to the db (i have crated a Task Class > (uses django models) my server reads every ten secs a list of task an

Django with mysql InnoDB

2008-04-03 Thread lep_man
HI Guys i have buit an application that read tasks from db and execute them ,i using django to get a connection to the db (i have crated a Task Class (uses django models) my server reads every ten secs a list of task and excutes them (my server is a multithreaded and has a thread that read from t