limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

Timeout problem on GAE #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GAE messaging example has timeout exception.

Original issue reported on code.google.com by dthomp...@gmail.com on 31 Dec 2009 at 2:42

GoogleCodeExporter commented 9 years ago
See: http://groups.google.com/group/amfast/browse_thread/thread/f856e30370bc4a2

Original comment by dthomp...@gmail.com on 5 Jan 2010 at 7:20

GoogleCodeExporter commented 9 years ago
GaeConnectionManager is issuing too many gets and puts. Refactor to limit 
datastore
access.

Original comment by dthomp...@gmail.com on 6 Jan 2010 at 12:15

GoogleCodeExporter commented 9 years ago
Significant changes have been made to GaeConnectionManager, 
GaeSubscriptionManager,
and the example application. Please take a look and see if problems are solved.

Original comment by dthomp...@gmail.com on 7 Jan 2010 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by dthomp...@gmail.com on 7 Jan 2010 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by dthomp...@gmail.com on 10 May 2010 at 6:29