Re: [google-appengine] Cron jobs fail with error "Request was aborted after waiting too long to attempt to service your request."

2009-12-25 Thread Abhinav Bhagwat
*PING* -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, v

[google-appengine] Re: cannot import name signals

2009-12-25 Thread Sander D
Same problem here: I use Django 1.0 and randomly get 500 errors mentioning "cannot import name signals" in the logs. On Dec 2, 11:46 pm, Koen Bok wrote: > I'm getting lots of these suddenly. I had them a few months ago too, > but didn't see them in a while. I use the appengine django 1.0. > > Any

[google-appengine] No source code is available for type...;

2009-12-25 Thread Timofey Danshin
Hi. As i have previously mentioned, i am a noob at GAE and GWT. Here is the thing. I had some training project, in which i wrote a composite widget i quite like. Then i created a project that i intend to turn into something meaningful, in which i wanted to use that composite widget, so in Eclipse

[google-appengine] Re: 188MB entities, 1GB data used?

2009-12-25 Thread chemo...@gmail.com
Hi, second try :-). My records with text fields now converted. Total Stored Data94% 0.94 of 1.00 GBytesLimited Last updatedTotal number of entitiesSize of all entities 1:59:47 ago 187,428 93 MBytes Property Type Size Integer

[google-appengine] API cost measurements for simple transactions

2009-12-25 Thread kor
Recently I profiled App Engine Data Store Operations with AppWrench Java Console. Results was very repeatable and it inspired me to build simple empirical math model for calculating API cost of data store operations. According to my measurements the cost of basic operations is following: Get: co

[google-appengine] Re: Integrating websockets with appengine applications

2009-12-25 Thread Backpack
It is a very interesting concept. You could set up a public server for people to connect "alert bots" from app engine to client apps so we don't have to do the plumbing. Just send a signal from app engine to the proxy and then relaying it to the client. >From GAE/myapp call yourproxy.com/myalertbo

[google-appengine] Am I doing this right? ( with webapp )

2009-12-25 Thread fooyee
Hi all, am wondering if I'm doing this right. I want to split a huge py file into ten parts ( or controllers, if you will). The reason being it's neat, each part will serve a certain function. But I worry if I am taxing the app engine server bcos the imports in each part are repetitive. *app.

[google-appengine] use the same database in two appengine projects

2009-12-25 Thread surfeurX
Hi all, i created an app under appengine and i want to create his iphone version under another domain ... how i could use the same database in two differents appengine projects. any idea??? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: Trouble creating an application

2009-12-25 Thread ad...@galenanalytics.com
Hi Steve, how did you resolve it? I'm using a google apps account as well and I can't see any of the applications that I create. I keep getting sent back to the create an application screen. Thx! On Dec 15, 10:51 am, "Steve S." wrote: > Problem resolved: The apps were created in my Google Apps a

[google-appengine] php with java document root

2009-12-25 Thread Robert Duchnik
I just setup an appengine app using the quercus php with java. Got that all working fine, however I wanted to change the document root that my web files get served out of. Currently everything is being served out of the "war" folder, but I want to have it serve out of something like war/htdocs in

[google-appengine] Re: Google Apps account mess :(

2009-12-25 Thread Ozgur
Hi, I have the same problem. I have a n...@domain.com Google account and used Google App engine with that account, than my company decided to switch to Google Apps, and I thus I had a n...@domain.com Google Apps account. Now when I login to the App Engine it gets a redirect loop. This seems to be

[google-appengine] retrieving data via key in java

2009-12-25 Thread giridhar kannan
hi all, i would like to know how to use the query " select __key__ from Class-Name " in java . The same syntax is not working, it shows the following PrimaryExpression should be a VariableExpression with name __key__ Please do help me. Thank you. -- You received this mess

[google-appengine] how to make Set persistent?

2009-12-25 Thread ailinykh
Hello, everybody! I try to achieve simple thing - storing a set of keys. I have two classes: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class Account { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Key id; @Persistent(mapped

[google-appengine] Re: when will gae go beyond from being a toy?

2009-12-25 Thread niklasro.appspot.com
On Dec 25, 7:16 am, ajaxer wrote: > 1. friendly and useful data import and export tools > 2. limited offset to a fairly acceptable and almostly unlimited offset > 3. add, pending or remove cron jobs from control panel > 4. naked domain name binding, having no relevance with google apps or > google

[google-appengine] Re: Comets on Google App Engine

2009-12-25 Thread niklasro.appspot.com
On Dec 23, 7:58 am, "Ankur (iVEC)" wrote: > Is it possible to use Comets on Google App Engine when using Java? > > e.g. using code similar to what is given > here:http://tomcat.apache.org/tomcat-6.0-doc/aio.html DWR and research article ref Joe Walker goes above feasible. Good link is cometdaily.

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-25 Thread niklasro.appspot.com
On Dec 25, 7:03 am, ajaxer wrote: > inside gae please. Challenging but really, you don't want it inside gae. You want it towards the user. > > On 12月25日, 下午2时21分, "stackoverflow.com/users/108207/larson" > > > > wrote: > > more extensive is something like your classic instruction > > dig:http://l

[google-appengine] Naked domain support - solved?

2009-12-25 Thread Dima U
Hello! Just a quick note about service that anyone can use to help combat "naked" domain trouble. I made wwwizer.com - it redirects requests from naked domains to the same with "www." prefix. Saving all paths and stuff. Of course it is not as good as having naked-domain support built in, but it

[google-appengine] Re: how to delete a table/entity?

2009-12-25 Thread Andy Freeman
> > your method is right but the limit is there what ever methods we use. There's always going to be a limit for scalable applications - appengine just exposes it. > because the offset is limited to 1000. > i can not sort data by fields in results more than some limited items Don't sort. Use in