[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Sergio Lopes
Excelent news! Specially to protect applications from cold start. How can I configure WarmUp requests and Always On using Java? Thanks and congratulations! On Nov 18, 8:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Alexander W.
I love App Engine, it gets better and better with every release and let's you do more and more cool stuff. I'm really looking forward to it going live. - Alexander -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, s

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Pims
That’s a fantastic release. Can’t wait to have it in production. Great job App Engine Team. Tim -- 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 thi

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread oizo
Metadata Queries - what's this? -- 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

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Ikai Lan (Google)
For GAE/J you can reference this project: http://code.google.com/p/dance-dance-robot/ -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Thu, Nov 18, 2010 at

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Alexandre Vivien
Hi Ikai, What about the OpenId SSL support? Is it part of this release ? Regards, Alexandre Vivien On 18 nov, 17:27, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Chris Thoman
Is the high performance image serving from the blobstore through getServingUrl / get_serving_url still going to be limited to 1600x1600? I could really use 1920x1080 (which actually is fewer pixels). -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Shaun Clark
Is there an easy way to get this to work in Eclipse? Thanks! On Nov 18, 3:17 pm, "Ikai Lan (Google)" wrote: > Always On will be a paid feature you enable in the admin console. > > I'll post some light sample code for channel API and warmup requests in a > bit. > > -- > Ikai Lan > Developer Progra

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread gholler
Really looking forward to this release. This will make a big difference for my company's apps. Thanks Googlers! -- 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 unsub

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Sergio Lopes
Since I'm too excited to wait, I opened the new appengine-web.xsd in 1.4.0-pre to see how to configure the new features. There is a new tag with a boolean value. Of course I tried it but it gives me an error: 400 Bad Request Error when loading application configuration: Value 'warmup' for key ???

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Karl R
always on is *huge* that, combined with the generally improved latency of datastore queries of late extinguishes my feelings that perhaps I had made the wrong choice to run our website on GAE On Nov 18, 10:41 pm, 风笑雪 wrote: > It's an amazing release, waiting for the docs. > -- > keakon >

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Geoffrey Spear
Sergio, The prerelease SDKs are for the development server only; the production servers won't support the features until the actual release. You can't deploy with the new features enabled, and should continue to use the current SDK for deployed applications. On Nov 18, 9:47 pm, Sergio Lopes wro

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread George Moschovitis
A great release! thanks, -g. On Nov 19, 12:27 am, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > ... > As usual, we value your feedback, so don't hesitate to evaluate these SDKs > and le

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Julian Namaro
Wow a lot of work packed there, congrats App Engine team! I'm surprised about the new 10 minutes deadline on Cron and Task Queues. A short while back you were explaining that long-running requests are bad for the App Engine ecosystem. Is it not the case for Task Queues or are you just confident th

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Droid
Looking forward to always on feature which I will use immediately (and pay for). Please let me know when I can beta test or buy it. DROID ( rodsit[at]gmail.com ) On Nov 18, 11:17 pm, "Ikai Lan (Google)" wrote: > Always On will be a paid feature you enable in the admin console. > > I'll post some

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Roberto Saccon
Cool ! Has anybody figured out how to use the Channel Api and where to find the JS files to do the clientside longpolling, iframe or whatever comet stuff ? I remember having played with the dance robot long time ago, that was cool, but there there was a huge bloat load of Javascript (the whole cl

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread John
Wow, this great stuff, definitely looking forward to the channel api:) Great job App Engine team! On Nov 18, 5:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Tapir
I must say this release makes gae better than ec2! On Nov 19, 6:27 am, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.com/p/googleappengine/downloads/list > > We're s

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Benjamin
Really amazing. Can't wait to see it release officially. -- 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

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Sekhar Ravinutala
Looks like a huge release, can't wait to check it out. Congrats and thanks Google! On Nov 18, 2:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.com/p/googleappe

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Matthew Blain
SSL support for OpenID should be live now. There was an issue which prevented it from being released at the same time as the 1.3.8 release but that issue has since been fixed. --Matthew On Nov 18, 4:38 pm, Alexandre Vivien wrote: > Hi Ikai, > > What about the OpenId SSL support? Is it part of th

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Zac Tolley
Hey does this mean that we can finally deploy grails apps and not get errors because its having to start up? -- 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 unsubscr

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Adam Sah
+1 this is amazing. We're partying over here, just seeing this: quite literally, we were just about to rewrite code around the 1MB limit, timeouts, django, and more. thank you thank you thank you, adam -- You received this message because you are subscribed to the Google Groups "Google A

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Zac Tolley
sounds good. I was feeling torn between grails and pure python. On the one hand grails gives you so much but ont he other hand its not cloud friendly it seems. I was on the verge of having to goto EC2 for a new app, if this works out I wont need to :) -- You received this message because you are

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Eugene D
Fantastic release! Great work guys!! On Nov 18, 11:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.com/p/googleappengine/downloads/list > > We're still working

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread nischalshetty
WOW! Let me say that again, WOW! This month has been totally exciting and full of pleasant surprises. And this seems to be going towards being one of the best release ever! Great work guys, keep it up. -Nischal On Nov 19, 12:14 pm, Benjamin wrote: > Really amazing. > Can't wait to see it releas

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-21 Thread Jagan
Hi - The deadline for Task Queue and Cron requests has been raised to 10 minutes. Do you mean that now each Task Queue and Cron request can run for 10 min, instead of the old 30 seconds limit??! Jagan On Nov 19, 3:27 am, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let every

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-21 Thread Jens Lundberg
Hi, I'm experience issues with the 1 Mb URL fetch limitation when I post files with ResumableUpload against Google Docs (Resumable Upload is using the URLfetch functionality in the lower layers). I'm a bit confused though regarding the reqeust limit (1Mb) and response-limit (32 Mb) in the 1.4.0 SD

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-21 Thread Vanni.T
Great work, guys! Really afraid to see a horrible uninformed anti-GAE post now #1 on Hacker News http://www.carlosble.com/?p=719 I can't believe my eyes. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to g

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Starman
Just to be clear, is the deadline for starting up a new instance, including from the warmup web hook, still at 30 seconds? Or is it 10 minutes as for the tasks and cron apis? One of the issues with cold starts was to get heavier frameworks (Spring, Grails) up before the 30 seconds deadline. -- Yo

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread DAndrea
Fantastic release! I wanted a clarification about URLFetch. With a response size limit increased up to 32mb I also would expect a new max deadline that seems not changed (10 seconds) Thanks! On Nov 18, 11:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know th

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Tim Hoffman
Instance startup is still 30 seconds. I honestly think you need to rethink your platform stack if you can't get you average startup time (on a good day ;-) to less than 10 - 15sec. Rgds T On Nov 23, 1:12 am, Starman wrote: > Just to be clear, is the deadline for starting up a new instance, > i

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread kovshenin
> The deadline for Task Queue and Cron requests has been raised to 10 minutes. This is great! They're still counting towards the CPU seconds limit, right? -- 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] Re: Prerelease SDK 1.4.0 is out!

2010-11-23 Thread Constantine Vetoshev
Ikai, Now that the Channels API is open to everyone, do you know when we might see some documentation for it? Just the javadocs would do for now. Thanks, CV -- 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: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread Thomas Johansson
Why was the decision made to make this an app-wide one time only nuke button? I think enabling/disabling it in app.yaml per-upload would be much more useful. On Nov 23, 8:30 pm, "Ikai Lan (Google)" wrote: > You'll be able to download code, but anyone that wants to turn it off will > be able to g

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread Sekhar Ravinutala
Sorry if I missed it, but are the regular requests (not queues/cron) still limited to 30 seconds? On Nov 18, 2:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > I just wanted to let everyone know that prerelease SDK 1.4.0 is out! Get it > from the Google Code project: > > http://code.google.c

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread Thomas Johansson
If the guy uploading enables downloads to be malicious, he could equally just post up the code somewhere. That being said, I hadn't thought about the case of accidentally re- enabling and then having the account compromised. Even still, not being able to ever turn it back on seems short sighted. P

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread nickmilon
Icai, I was for an opt-in solution but IMHO One way disable button is also OK and also it takes into account the interests of newbies. On Nov 24, 10:51 pm, "Ikai Lan (Google)" wrote: > Trust me, we thought out all the scenarios. Here are the scenarios: > > 1. Just enable it in app.yaml > - comple

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-25 Thread Adam Sah
+1 - I saw this design and immediately saw the tradeoffs-- hats off. FYI even seasoned ops people occasionally need to "prove" that what's in prod is actually what's in dev. As a real example, consider bugs/ changes in your push scripts (in the case of GAE, wrappers for appcfg) It's like r

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-29 Thread Vishal Singh
Excellent! On Nov 19, 12:14 pm, Benjamin wrote: > Really amazing. > Can't wait to see it release officially. -- 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 unsubs

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-30 Thread Adam Sah
On Nov 22, 10:20 am, "Ikai Lan (Google)" wrote: > I'm seeing only 100-200 downloads of the prerelease SDKs, which you can > download here: > http://code.google.com/p/googleappengine/downloads/list Ikai-- two bits of feedback... 1. Why so few downloads & feedback? - no docs, and (I assume) no/f

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-12-01 Thread sophware
looks like the server side is up: check http://shell.appspot.com/ (screenshot) http://dl.dropbox.com/u/6919071/Captures/2010-12-01_2341.png Google App Engine/1.4.0 Python 2.5.2 (r252:60911, May 12 2010, 14:18:27) [GCC 4.3.1] On Nov 30, 3:30 pm, Adam Sah wrote: > On Nov 22, 10:20 am, "Ik

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-12-02 Thread Tim Meadowcroft
On Thursday, December 2, 2010 4:42:55 AM UTC, sophware wrote:looks like the server side is up: check http://shell.appspot.com/ (screenshot) http://dl.dropbox.com/u/6919071/Captures/2010-12-01_2341.png Google App Engine/1.4.0 Python 2.5.2 (r252:60911, May 12 2010, 14:18:27) [GCC 4.3.1] Thanks

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-12-03 Thread David Sowerby
Hi Thanks for the news. There are many good features in this release - but for me the most important one is that the development team have obviously been listening to the feedback and tackling the issues which matter Great stuff On Nov 18, 10:27 pm, "Ikai Lan (Google)" wrote: > Hey everyone, >

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Ikai Lan (Google)
Always On will be a paid feature you enable in the admin console. I'll post some light sample code for channel API and warmup requests in a bit. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitte

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Kangesh Gunaseelan
Awesome additions. Are you able to share the pricing terms for Always On feature now? Thanks! On Thu, Nov 18, 2010 at 3:17 PM, Ikai Lan (Google) > wrote: > Always On will be a paid feature you enable in the admin console. > > I'll post some light sample code for channel API and warmup requests

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Ikai Lan (Google)
I can't share the pricing yet - wait for the release. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Thu, Nov 18, 2010 at 3:30 PM, Kangesh Gunaseelan wrot

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Ikai Lan (Google)
It's not in the release notes, so I'd lean towards no, it didn't make it. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Thu, Nov 18, 2010 at 4:38 PM, Ale

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread 风笑雪
It's an amazing release, waiting for the docs. -- keakon On Fri, Nov 19, 2010 at 9:47 AM, Sergio Lopes wrote: > Since I'm too excited to wait, I opened the new appengine-web.xsd in > 1.4.0-pre to see how to configure the new features. There is a new > tag with a boolean value. Of cours

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Ikai Lan (Google)
Hi Julian, Long running user facing requests are bad for the ecosystem, yes. Long running background tasks, however, can be placed into a different execution pool. Fast background tasks are placed into the same execution pool as your web facing requests. The rule of thumb here is to create differ

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Ross M Karchner
What are the consequences of a task being in the fast pool or the slow pool? On Fri, Nov 19, 2010 at 1:07 PM, Ikai Lan (Google) > wrote: > Hi Julian, > > Long running user facing requests are bad for the ecosystem, yes. Long > running background tasks, however, can be placed into a different exe

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Ikai Lan (Google)
Web requests share the fast pool, so there is a chance you can block all your web facing instances from serving web requests. Additionally, the latency is averaged when considering whether or not to autoscale your instances, so putting slow work in a fast queue would prevent App Engine from adding

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-19 Thread Ikai Lan (Google)
Zac, You shouldn't see errors on requests to your initial 3 instances. If your traffic grows at a semi linear pace, warmup requests will also start up instances before you need them and users should very rarely have their requests hit cold starts. In our testing, we found that applications with e

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-20 Thread Ross M Karchner
Right now, I've basically been doing as little work as possible in a single task- Fetching an iCal file in one task and persisting it, enqueueing a task to split it into single event snippets, and then each snippet gets processed in it's own task. With a 10-minute task queue, I could easily do al

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-21 Thread Robert Kluin
Some of his points are perfectly valid; there are issues that deserve attention. I think one or two of the points are out-of-date (eg 1,000 entity limit and _soon_ the 30 second background limit!). Of course, about 1/2 of the complaints would not have been a surprise if they spent 5 minutes and r

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Haulyn R. Jason
Nice work App Engine Team. On Sun, Nov 21, 2010 at 8:54 PM, Jagan wrote: > Hi > > - The deadline for Task Queue and Cron requests has been raised to 10 > minutes. > > Do you mean that now each Task Queue and Cron request can run for 10 > min, instead of the old 30 seconds limit??! > > Jagan >

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Ikai Lan (Google)
Hey, A couple of questions were brought up in this thread. I'll do my best to answer them: - YES, task queues and cron jobs will now have a 10 minute limit, increased from 30 seconds. Note that you still want to favor lots of small, quick tasks when possible. - I need to verify the behavior, but

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Vanni.T
Hi Ikai, about your prerelease feedback request, generally speaking we need a more direct way to suggest you SDK patches. According to http://code.google.com/p/googleappengine/ we have to "post the code for the patch in the issue". But nothing can help you evaluating soon those patches because

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Ikai Lan (Google)
If it's just 2 lines, you can post them in the group or create an issue and let us know. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, Nov 22, 2010

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-23 Thread Viðar Svansson
Thank you for a great release! Heavy frameworks like Spring MVC can be loaded really fast if you serialize the context into cache/datastore. Unfortunately this is not easy to do and I don't know if SpringSource is planning on making it easier. A blog post like that was bound to be published soone

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread Barry Hunter
Being a one time nuke, means its not possible to for a developer to accidentally (or maliciously) re enable downloads :) One of the main objections to 'download' is it makes it easier for someone who shouldnt get their hands on the source code. Yes the fact only the uploading developer gets it, ma

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread Ikai Lan (Google)
Yes, there is still a 30 second limit on web facing requests. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Nov 24, 2010 at 10:18 AM, Sekhar Ravinut

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-24 Thread Ikai Lan (Google)
Trust me, we thought out all the scenarios. Here are the scenarios: 1. Just enable it in app.yaml - completely useless from a security perspective, an attacker would just enable it, download code, upload malicious code and steal data/compromise users' data over time 2. Make it opt-in, so you can'

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-26 Thread Sandeep Koduri
Hello Ikai, We are not using as a source code control system, we have a core app on a version, its duty is to aggregate and store data. we have a team who are building modules which uses the data in the datastore. The core app contains some confidential info about the sources of the data, whic

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-26 Thread 风笑雪
Don't worry about it, the developer can only download the source code deployed by himself. -- keakon On Sat, Nov 27, 2010 at 1:53 AM, Sandeep Koduri wrote: > Hello Ikai, > > We are not using as a source code control system, we have a core app on > a version, its duty is to aggregate

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-29 Thread Ikai Lan (Google)
Adam: good use case. Now that you mention it, I remember a situation in which I've logged in remotely and diff'd deployed code vs. code that I believed was deployed. In the end (as is usually the case in these situations), I realized it was user error from a bad source code merge to a branch. Admi

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-30 Thread Ross M Karchner
Ikai, you wrote "'ll post some light sample code for channel API and warmup requests in a bit."-- Has that stuff been posted somewhere yet? On Thu, Nov 18, 2010 at 6:17 PM, Ikai Lan (Google) > wrote: > Always On will be a paid feature you enable in the admin console. > > I'll post some light sa