[google-appengine] Channel API - accessing from web page not hosted on app engine

2010-08-27 Thread Juha
I would like to create a Javascript that:
- Could be included on any web page
- Would connect to my App Engine application and retrieve data via the
Channel API

For example
- 127.0.0.1:8000 Regular web server, hosting an example web page
- 127.0.0.1:80 App Engine dev server with the channels and with the
script

To my understanding this should be possible, as my script and the
Channel API Javascripts are hosted on App Engine. So cross-site
limitations should not be an issue. Correct?

With the current dev-channel-js.js that comes with the SDK I can't get
this working. The dev-channel-js.js does not explicitly specify the
hostname (and port) of the App Engine dev server. Instead just
specifies the url (/_ah/channel/).  This means that in my example
case, it tries to connect to http://127.0.0.1:8000/_ah_channel/dev
[...]

Is this a use case that will be supported on production, once the
channel API becomes publicly available?

-- 
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Vs: Re: New pricing question: Will we be charged for idle time of instance hours?

2011-05-11 Thread Juha K
I hope if it's 0.5 hours (maybe I read 15 minutes in some doc?) then we'll 
be able to "reuse" the billed amount for other instances created during that 
time. I see it quite often that a new instance is being created and few 
minutes later it goes away and few minutes later another instance is being 
created for just few minutes (and for few requests). I know the scheduler is 
being updated but I'm sure this still can happen in the future. Can someone 
from Google confirm that if this happens and another instance is being 
created, lets say 5 minutes after a short lived instance was shutdown, then 
we're not billed for another 0.5 or 0.25 instance hours?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: ReĀ : Updated App Engine Pricing FAQ!

2011-07-07 Thread Juha K
The 15 minutes start-up fee seems odd with the current scheduler. A Java app 
with very low latency and high QPS would be billed a lot more than it should 
be. That is because for some unknown reason GAE kills an instance when it 
has reached exactly 9000 requests. I've tested this with several apps, the 
simplest had just one servlet doing nothing. 

I have an app which can serve about 30 QPS per instance. That means the 9000 
requests limit will be reached within 5 minutes. That instance will be 
billed for 15 minutes! That's 3x the price of the actual instance usage! I 
hope the 9000 requests limit will change before the new pricing takes place. 
If the 9000 requests limit stays, I must make sure none of my app instances 
will serve more than 10QPS (=15 minutes life time / instance).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/6vl54r7F_2UJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] X-AppEngine-City

2011-10-06 Thread Juha K
How about using http://www.google.com/jsapi and 
google.loader.ClientLocation.address.city 
on the client side?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/RQ_b-JU_G2wJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] X-AppEngine-City

2011-10-06 Thread Juha K
Yeah, I removed my post after 2 mins when I tested the API and realized that 
it returned null every time. You were faster :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/uVVECLrLW1EJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Huge spikes in requests per second recently

2011-10-20 Thread Juha K
I've experienced the same. My app usually gets 20 - 50 requests per second. 
Since few days ago it has started to get spikes hitting up to ~150 requests 
per second. I don't see anything unusual in the logs. The load to my app 
should be quite constant, nothing like the graph shows. From the graph I 
would say there's a spike roughly once per hour.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/v3txQJc6V4AJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Cannot deploy app

2013-02-02 Thread Juha Koskela
I have similar problem. And looks like the first report about similar 
problem here was about 10 hours ago. I also noticed the admin console 
didn't show any version as default version any more, and the admin console 
shows zero instances for all deployed versions of my app. My app is serving 
the version which was default yesterday, no matter what I change in the 
admin console (and while it's serving requests, the admin console shows 
zero instances running).

I've tried uploading a new version, the existing default version, another 
existing version, and deleting a version. None of these help.

lauantai, 2. helmikuuta 2013 12.10.06 UTC+2 codebrain kirjoitti:
>
> Hello, 
>
> I have a billing enabled app id: sim-shop.appspot.com. 
>
> running on version 1.7.0 
>
> Suddenly stopped being able to deploy. Your help greatly appreciated. 
>
> The error : 
> ** 
> 99% Will check again in 60 seconds. 
> Feb 02, 2013 8:25:40 PM com.google.appengine.tools.admin.AppVersionUpload 
> commit 
> SEVERE: Version still not ready to serve, aborting. 
> 99%  on backend null. 
>
> Error Details: 
> Feb 02, 2013 8:10:28 PM org.apache.jasper.JspC processFile 
> INFO: Built File: /error.jsp 
> Feb 02, 2013 8:10:29 PM org.apache.jasper.JspC processFile 
> INFO: Built File: /index.jsp 
>

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Anyone using EU-datacenter option outside Premier Accounts?

2013-02-02 Thread Juha Koskela
Hi,

I signed up for the "Google App Engine is extending its European offering 
to non-premier customers" - offering some time ago. Got an email earlier 
this week: "Based on the feedback that you provided, we've enabled 
this support for your account." 

Is anyone using this already? I can't find the Location option anywhere and 
the documentation (in the Uploading Your Application -section) referes only 
to premier accounts. I've tried creating a new app (no location option 
available while creating), enabling billing, and going through all possible 
settings. If you're using the EU datacenter with the "extended european 
offering", how did you get started?

thanks!


-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.