Re: [google-appengine] Much more efficient implementation of db.ListProperty(int) - created a lib

2011-08-05 Thread MiuMeet Support
, andreas schmid a.schmi...@gmail.com wrote: is there a way to use this ArrayProperty to store a list of strings? On Aug 3, 2011, at 10:15 AM, MiuMeet Support wrote: You can fit up to 131'072 elements in there, afterwards you hit the 1mb entity limit (entity overhead aside, but 100'000

Re: [google-appengine] Persisting Lists

2011-08-02 Thread MiuMeet Support
By the way, have a look at: http://devblog.miumeet.com/2011/08/much-more-efficient-implementation-of.html It's much more efficient than db.ListProperty(int) Cheers, -Andrin On Thu, Jul 28, 2011 at 6:17 PM, Pascal Voitot Dev pascal.voitot@gmail.com wrote: good idea also :) On Wed, Jul

Re: [google-appengine] Is HTTP_X_APPENGINE_INBOUND_APPID authenticated?

2011-07-29 Thread MiuMeet Support
Why isn't this header present if I call my own app from my app? I'm trying to build an appengine lib that will interact with an appengine app, but if that appengine app uses the lib too, the headers will be missing... :( Cheers :) -Andrin On Tue, Jul 26, 2011 at 5:24 PM, Jon McAlister

Re: [google-appengine] Memcache assumptions for Counters

2011-07-22 Thread MiuMeet Support
Thanks for getting back to me so quickly! RE: Your last email, you wrote: B can have a value, but A would be unset. That wouldnt be a problem since i only want the implication A=B (If A exists then B exists). But I assume you meant: A can have a value, but B would be unset. Right? Can you

Re: [google-appengine] Mailing alerts with appengine

2011-07-20 Thread MiuMeet Support
One thing you should consider is if you want to use appengine as an email infrastructure. We run a social network on appengine with 1M+ users and we love it to run everything on it, except email. EMail deliverability on appengine is not really great. You can't do DKIM signing, you can't send from