Re: [google-appengine] more one domain for one app

2010-08-05 Thread Christoffer Viken
On Thu, Aug 5, 2010 at 9:26 PM, Ross M Karchner rosskarch...@gmail.comwrote:


 It would be such a huge improvement if they did away with the Google Apps
 requirement, and maybe built a domain manager into appengine (or supported
 plain old CNAMES to whatever.appspot.com)


Feature request anyone?

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



Re: [google-appengine] Re: Going beyond the billing-enabled quotas

2010-08-04 Thread Christoffer Viken
On Wed, Aug 4, 2010 at 2:40 PM, Nick Johnson (Google) 
nick.john...@google.com wrote:


 Sorry, I should've been clearer. There are cases when users reach these
 limits accidentally or because of poorly written code. In those cases,
 instead of increasing the limit, we work with the user to improve their app
 so it's not necessary.

 -Nick Johnson


 That is so true.
Bad code is just too common these days and it is a sad sight *1

On Wed, Aug 4, 2010 at 2:49 PM, Harshal p.hars...@gmail.com wrote:


 Or try to port s...@home client to GAE, and use task queue to process
 data. Burn Google CPU hours for the sake of finding aliens! :)

 Just wondering if one really wants to run something like that, how would
 you proceed implementing it? I know step one, write to Nick to increase the
 quota :D


Don't need that,

First implement the s...@home algorithm in python or java,
then write a BOINC task fetcher in the same language,
store the jobs in the blobstore, run them for a bit, regularly save process
to memcache, save process to datastore from time to time. trigger
continuation with the task queue.
Add a cron kickstarter, just in case.

Then you call google for increase.


*1: My second programing language was actually assembly for Atmel's AVR, but
i never leaned to use RAM (only the registers) so i learned a thing or two
about sleek code. ;)

--Desktop Browser
Christoffer Viken / CVi

i=0

str=kI4dJMtXAv0m3cUiPKx8H

while i=20:

if i%3 and not i%4:

print str[i],

i=i+1

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



Re: [google-appengine] Connecting to the datastore

2010-07-23 Thread Christoffer Viken
are you trying to use it trough another platform?
You can't connect to the datastore, you can only use it (from within a
AppEngine app) as i understand it (and that makes sense)
You could expose the datastore to your app (on 3p server) trough a REST API
that you deploy to AppEngine (unless that breaks the TOS)

On Thu, Jul 22, 2010 at 10:28 PM, genjlc jeremy.sh...@gmail.com wrote:

 I've made a simple Client/Server/Shared app that I would like to add
 data to.  I am trying to use Google's data store.

 I have been reading for two days and have yet to find a step by step
 checklist/example of how to establish a connection to the cloud, in
 Java, without resorting to PHP.  There seems to be lots of information
 on what to do once the connection is made, but no information on
 actually establishing the connection

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



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