Re: [google-appengine] Server Sent Events in GAE Standard

2018-08-06 Thread Steve Neal
ulti-part' message, but as noted its >> still HTTP, using Chunked encoding. >> >> ... and a browser provided trigger mechanism to catch each new 'event' >> message. >> >> >> >> >> On Mon, Aug 6, 2018 at 2:07 PM Steve Neal > > wrote: >>

[google-appengine] Re: Server Sent Events in GAE standard environment - ADVICE PLEASE

2018-08-06 Thread Steve Neal
/mXxBe_WJ4Ok>, > my colleague provided answers to your questions. > > Thanks > > > On Monday, August 6, 2018 at 9:07:30 AM UTC-4, Steve Neal wrote: >> >> >> I need to be able send notifications to a web application from the app >> engine server. For m

[google-appengine] Server Sent Events in GAE standard environment - ADVICE PLEASE

2018-08-06 Thread Steve Neal
I need to be able send notifications to a web application from the app engine server. For me Server Sent Events seem to be the best option. However, I cannot find any supporting docs for this in GAE standard environment (Java 8). Is this feature implemented at all in GAE? Is there something

[google-appengine] Server Sent Events in GAE Standard

2018-08-06 Thread Steve Neal
I need to send messages from the Web server to a browser based application. Server Sent Events are an obvious choice but I cannot see any supporting documentation. Is it possible to do this with GAE standard using Java 8 ? If not, is there a way to run web sockets, or some other technology

[google-appengine] Re: Google App Engine group

2018-08-06 Thread Steve Neal
Hi, Can you tell me if this group is moderated please? I've tried twice to post a question and it's not visible. Thanks, Steve. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails

Re: [google-appengine] Subclass my model classes

2012-08-01 Thread Neal Ehardt
For the benefit of the archive, the solution is the PolyModel class. This was fixed in 2009. https://developers.google.com/appengine/articles/polymodel -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web

[google-appengine] Re: Outages?

2012-03-11 Thread Neal
Yup, still seeing the same issues here as well. On Friday, March 9, 2012 10:24:23 AM UTC-5, Ronoaldo José de Lana Pereira wrote: +1 for seeing the same problems on my app. It started to be worse after maintenance on March 7. Em sexta-feira, 9 de março de 2012 08h33min36s UTC-3, Nikolai

[google-appengine] Channel API Javascript dependency

2011-11-07 Thread bryce neal
Hello I have been scouring the web trying to find the .js file i need to include to use the channel API. Can someone point me in the right direction? Additionally any good functional examples of using the Channel API with Python would be appreciated as well. -- You received this message because

[google-appengine] Re: Number of Entities in DataStore

2009-08-12 Thread Neal Walters
would take 5000 calls. Even on a MySQL database with PHP for example, you would probably hit the various CPU limits per task reading so many records in one round-trip from the client to the server. Neal Walters --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: Matching date/time GQL query - 500 severe error

2009-05-21 Thread Neal
Count method. Can you not count the things which can be enumerated? Thanks, Neal --~--~-~--~~~---~--~~ 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-appengine

[google-appengine] Re: TypeError: has_key() takes exactly 1 argument (2 given)

2009-05-20 Thread Neal
lower case? Neal Walters --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email

[google-appengine] Re: Matching date/time GQL query - 500 severe error

2009-05-20 Thread Neal
Actually, on further testing, my count is still not working, always seems to return 0. TaskLogs is a list of TaskLog objects, right? Neal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Re: Python XForms and Google App Engine?

2009-05-20 Thread Neal
= + fixline + BR/ ) Is this the best way to get the string of xml? Neal --~--~-~--~~~---~--~~ 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-appengine

[google-appengine] Re: TypeError: has_key() takes exactly 1 argument (2 given)

2009-05-19 Thread Neal
Here is the entire template: {%block body%} h2List TaskLogs/h2 !-- List of TaskLogs -- ul table border=1 tr thCustomerBRDomain/th thWorker Email/th thTaskCode/th thStartedTime/th thCompletedTime/th thResultFlag/th thIssue/th /tr {%for TaskLog in TaskLogs%} tr

[google-appengine] Re: TypeError: has_key() takes exactly 1 argument (2 given)

2009-05-19 Thread Neal
Sorry, I think I posted the wrong template, this is the one causing the error: {%block body%} h2List TaskLogs/h2 !-- List of TaskLogs -- ul table border=1 tr thCustomerBRDomain/th thWorker Email/th thTaskCode/th thStartedTime/th thCompletedTime/th thResultFlag/th thIssue/th /tr

[google-appengine] Re: TypeError: has_key() takes exactly 1 argument (2 given)

2009-05-19 Thread Neal
. Neal --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine

[google-appengine] Re: Matching date/time GQL query - 500 severe error

2009-05-19 Thread Neal
+ Updated Row; What is the proper way to test the number of rows returned? Thanks again, Neal Walters --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] Re: TypeError: has_key() takes exactly 1 argument (2 given)

2009-05-19 Thread Neal
Tim, So you don't use templates at all? Or some other package? I loved what I saw of Django, but then tried to build a vanilla app on GAE. But all the books I had, when talking about templates, used the Django template parser. Thanks, Neal On May 19, 8:00 pm, Tim Hoffman zutes

[google-appengine] Re: TypeError: has_key() takes exactly 1 argument (2 given)

2009-05-15 Thread Neal
still at a loss how to correct... Thanks, Neal --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from

[google-appengine] Re: use of Django's forms.Form on GAE

2009-05-13 Thread Neal
this way: form = ProvisionForm(initial={'taskCode': mytest}) Also, is there a smarter way to debug than what I did above? Thanks, Neal Walters --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group