Hey everyone, it's been a while.  I'm noticing something strange and
wondered if anyone has encountered/fixed.

In my development environment, running on the built-in server, I have debug
on and autoreload=True.  This is necessary for fast development.

However, I'm noticing ever time I make a change, the whole application
seems to be getting duplicated.

Basically, if I put a 'print "hello" in one of my classes, then I make a
change, it'll print "hello" TWICE in the stdout.  Every change (autoreload)
increments this duplication.

It's like an entire duplicate of the app is happening on each reload, then
each one of them is handling requests simultaneously.

Any thoughts?
NSC

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to