[google-appengine] Re: Checking if new version is ready to serve only after 8 seconds

2010-10-11 Thread Heiko Roth
That's no problem for us.
Just deploy in a new version und not in your default version.
After the new version is ready, switch this one to default.
So, there's no problem.

-- 
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] Re: can i use channel api now?

2010-10-14 Thread Heiko Roth
We need channel api, too.
Please release this feature.
Thanks.

-- 
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] Re: 1.5.1 SDK Prerelease

2011-06-16 Thread Heiko Roth
I didn't get an answer yet for
http://groups.google.com/group/google-appengine-java/browse_thread/thread/f1efeb483330cf08/6ead6ad7ee369882?lnk=gst&q=roth%40egotec.com#6ead6ad7ee369882

Is the problem clearing mem_cache in JUnit Tests closed?

-- 
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: Switching to HR datastore without migrating to new app id

2011-06-27 Thread Heiko Roth
++1

same here

-- 
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: TransactionFailedError: Is the transaction committed or not?

2011-07-30 Thread Heiko Roth


On 26 Jul., 07:23, Robert Kluin  wrote:
> Hi Pol,
>   Generally you will probably want to execute it again.
>

No. I've got the problem for time registration. We got an exception
that the transaction failed, so we do it again which can result in
duplicate (and more) datastore entries which is bad. Because now there
are duplicate bookings and so duplicate working time...

It's a disaster that the program gets a transaction failed while the
transaction didn't doing another insert resulting in a mess.
But ignoring the exception can result in now datastore entry.

So we have catch the exception, do a select and repeat the insert if
it didn't happen by now.
And that we have to do for any insert ..

I'm frustrated.

-- 
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: Java Channel API limits

2012-03-19 Thread Heiko Roth

>
> You can increase limits at:


http://code.google.com/intl/de-DE/appengine/docs/quotas.html

resp.

http://support.google.com/code/bin/request.py?&contact_type=AppEngineCPURequest
 

-- 
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/-/PEgt-OJyFbMJ.
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: Channel API and the development enviroment: Internet Explorer does not receive any messages

2012-06-24 Thread Heiko Roth
Hi folks,

It's definitly not working for months now. Uploading it into an appengine 
isn't a solution for development or debugging. It's just a work around.
@Google
When will you fix this issue?

Thanks.

-- 
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/-/-ySwSsVBiWsJ.
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: European hosted apps - when will $500 fee be lifted?

2012-10-11 Thread Heiko Roth
Hello Marcel,

I need European hosting, too. It's European lae that employee and business 
dependent data isn't allowed to left Europe, so I need servers inside 
Europe.
And Premium support is to expensive.

-- 
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/-/aBtcdM2XdWgJ.
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: "Splitting an app into apps"

2011-01-24 Thread Heiko Roth
Just don't split.

You can't access data of another app, so you have to implement an API
for access and this api has to be secured for access from outside.
Like Ikai Lan said, it just makes things more complicated.
I you change one module, so what, the other module stays the same and
wouldn't even be deployed. The deploy process checks for differences
and uploads only changed files.

Stay cool, take one app.

Regards,
Heiko.

-- 
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: 3000 files

2011-04-19 Thread Heiko Roth
Exclude not necessary files. You don't need css, images, Jacascript
files etc. as resources on appengine.

static files are accessable by the browser but not by your java/python
app.








resource files are accessable by your java/python app but not by the
browser.











-- 
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.