Did you sort this out?  I've been having the same problem and it
turned out it was a problem with the registration package.

I removed the lines:

def create_registration_tables():
    "Create the appropriate database tables."
    RegistrationPendingUser.createTable(ifNotExists=True)
    RegistrationUserEmailChange.createTable(ifNotExists=True)

# Automatically create the registration tables when TurboGears starts up
turbogears.startup.call_on_startup.append(create_registration_tables)

from the top of the registration model and all is fine now.

Ed

On 3/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Actually, scratch the comment about tg-admin.  When the server is
> hung, I can go into psql directly and attempt to modify the user
> table, and it just sits there doing nothing.
>
> :(
>
>
> On Mar 23, 2:13 pm, Stuart Clarke <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Does anyone here have experience with Turbogears hanging?  My server is
> > doing just that under load, and I think it has something to do with open
> > DB transactions (or that's a symptom anyway).
> >
> > Because once my server has hung, I can start an external process which
> > uses my tg config.  And when it tries to modify the db, it just hangs,
> > much like the server itself.
> >
> > Strange thing is, I can use tg-admin shell and make changes and commit,
> > and that works fine.
> >
> > I'm using TG 1.0, SQLObject 0.7, and PostgreSQL 7.4.
> >
> > Any ideas, or suggested mechanisms for debugging?
> >
> > Thanks,
> >
> > Stuart
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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