[Zope-dev] A suggestion for changing exception handler when loading 'c' optimisations to make modules more friendly for GAE
Chris McDonough
chrism at plope.com
Fri Jul 3 16:44:59 EDT 2009
On 7/3/09 1:29 PM, Tres Seaver wrote:
>> In general, I find deploying as zip files to be an anti-feature. In
>> seems especially insane when extension modules are involved.
>
> The only way to deploy *any* non-toy app on GAE is via zip file(s) (I
> would think a single big one would be best), due to their limit on the
> number of files.
Actually they've raised the limit to 3000 files now, which is more realistic
(previously it was impossible to deploy even minimal apps without zipping
library eggs, now the zipping is largely unnecessary if you keep your
dependencies sane).
- C
More information about the Zope-Dev
mailing list