On Fri, May 2, 2008 at 10:21 PM, midtoad <[EMAIL PROTECTED]> wrote:
>
>  I'm running a TG project in dev mode and notice that after about 24
>  hours it hangs with an OperationalError due to 'too many open
>  files'.   I can see from /proc/<pid>/fds that I have many open
>  connections to my sqLite database.
>
>  have any of you experienced this?  Why are there continually new
>  connections being made to the database, and how can I ensure that
>  connections are dropped when no longer needed?

Are you using SQLOBject or SQLALchemy?

How many open connections to the DB are "many"?

Are you doing anything non-standard with the DB?

--Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to