[google-appengine] htaccess

2010-05-06 Thread Manny S
A noob question - Used to have an .htaccess file I created from here - http://www.javascriptkit.com/howto/htaccess13.shtml that blocks out a bunch of site rippers and bad bots. Any equivalent of the .htaccess file in app engine. Would be great if you could point me in the right direction. I use th

Re: [google-appengine] htaccess

2010-05-06 Thread Manny S
gt; > On 6 May 2010 19:06, Manny S wrote: > > A noob question - > > Used to have an .htaccess file I created from here > > - http://www.javascriptkit.com/howto/htaccess13.shtml that blocks out a > > bunch of site rippers and bad bots. Any equivalent of the .htaccess file >

Re: [google-appengine] Query time

2009-12-14 Thread Manny S
Ikai, Thank you for your reply. I did a test where I issued 10 requests. The number I got was - 868 (46) 100%. Like you mentioned the initial request is what consumes more CPU time and the numbers go down for subsequent requests. Also, (with apologies for asking a naive question) could you pleas

[google-appengine] Select columns

2010-01-28 Thread Manny S
Hi All, First off, thanks for your time. A quick noob question on the right way to model data. I have a table with four columns A,B,C, D. D - the fourth is of type text (contains quite a bit of data). I wanted to ensure that the contents of the details column 'D' is not fetched during a query.

Re: [google-appengine] Select columns

2010-01-29 Thread Manny S
sic documentation about relationships: > http://code.google.com/appengine/docs/java/datastore/relationships.html > A more advanced article: > http://code.google.com/appengine/articles/storage_breakdown.html > > On Thu, Jan 28, 2010 at 10:28 PM, Manny S wrote: > >> Hi All, >&g

Re: [google-appengine] Select columns

2010-02-03 Thread Manny S
it different to get used to. I suggest > becoming familiar with keys and how they are used in App Engine: > > Basic documentation about relationships: > http://code.google.com/appengine/docs/java/datastore/relationships.html > A more advanced article: > http://code.google.com/appengine/arti

Re: [google-appengine] Select columns

2010-02-10 Thread Manny S
gt; determine the way your store your data. > > > On Wed, Feb 3, 2010 at 3:42 AM, Manny S wrote: > >> Ikai, >> Based on your inputs I created two data classes that have a unidirectional >> one-to-one relationship >> Now, I have two data classes simpledata and det

Re: [google-appengine] Re: Select columns

2010-02-12 Thread Manny S
Making your keys include dates mean you > will be unlikely to > guess/know what the keys are in advance. > > This of course may not be useful for what you are doing, but worth > keeping in mind. > > Rgds > > T > > On Feb 11, 2:12 pm, Manny S wrote: > > Hi

Re: [google-appengine] Re: Select columns

2010-02-13 Thread Manny S
. > > You know you can let the system generate the entity identifiers for > you, and pagination will > just work (by __key__) any way. So you don't have to the key_name or > id at all > if you don't care what the key is. > > Rgds > > T > > On Feb 13, 1

Re: [google-appengine] Re: Select columns

2010-02-14 Thread Manny S
eric IDs being assigned in > increasing order with the order of entity creation. This is generally the > case, but not guaranteed." > > > http://code.google.com/appengine/docs/python/datastore/keysandentitygroups.html > > On Sat, Feb 13, 2010 at 11:12 AM, Manny S wrote: &g

Re: [google-appengine] Re: Select columns

2010-02-16 Thread Manny S
That said, you can always generate your own String name as part of the > key. This is not a trivial task given the distributed nature of > appengine. > > Jeff > > On Sat, Feb 13, 2010 at 8:12 AM, Manny S wrote: > > Hi Tim, > > Thanks again Tim. A naive question - if I use

Re: [google-appengine] Re: Select columns

2010-02-16 Thread Manny S
. Does this mean that the cursors will return duplicates? Manny On Tue, Feb 16, 2010 at 4:01 PM, Manny S wrote: > Ryan - I will check out query cursors. Took a quick look and I think this > would solve my problems. Thanks. > Jeff - thanks for the input. I have included a createdD

Re: [google-appengine] Re: Select columns

2010-02-18 Thread Manny S
Ah...Got it. Thanks a bunch Nick. Manny On Wed, Feb 17, 2010 at 9:12 PM, Nick Johnson (Google) < nick.john...@google.com> wrote: > Hi Manny, > > On Wed, Feb 17, 2010 at 6:57 AM, Manny S wrote: > >> Ryan, >> I just made the pagination code work using cursors.

[google-appengine] server error on random occasions

2010-03-02 Thread Manny S
I have my application deployed onto App Engine. When I access my application at times I get a server error. If I refresh the page the server error goes away. Another time the app worked perfectly for me but a friend based out of a different city tried to access it and it kept giving him the serve

Re: [google-appengine] Re: server error on random occasions

2010-03-02 Thread Manny S
engine > > My app also gets this error and it also takes a LONG time to load eve > when its loading the minimum, and this is after a few refreshes so the > excuse that its loading a new VM isnt valid. > > On Mar 2, 12:25 pm, Manny S wrote: > > I have my application deployed o

Re: [google-appengine] server error on random occasions

2010-03-03 Thread Manny S
ly, your application is throwing an exception - you need to check > the request logs in your admin console to determine what went wrong. > > -Nick Johnson > > On Tue, Mar 2, 2010 at 5:25 PM, Manny S wrote: > >> I have my application deployed onto App Engine. When I access my >