As I recall, webapp2 (aka webapp-improved) is threadsafe.  I would
highly recommend looking at it.

Tipfy may also be threadsafe, but I can't remember for sure.



Robert





On Wed, Jul 6, 2011 at 02:17, Tim Hoffman <[email protected]> wrote:
> Pyramid is explicitly threadsafe is you follow the
> rules. http://pylonsproject.org/
> I would suggest most of the frameworks that come from a non appengine
> background will be.  As most of them have a async, or threaded model in the
> servers.
> I would be more worried about pure appengine based frameworks as they may be
> using global module attributes as shortcuts or something like that
> as they didn't have to worry about threading or shared global state.
>  (Though I doubt it)
>
> Regards
> Tim
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/eO_L_UHV1ZkJ.
> 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/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en.

Reply via email to