[google-appengine] Re: Min Pending Latency -- does it really do anything?

2011-09-13 Thread prgmratlarge
Have you looked into using the Blobstore? You can serve the images without using instances (or cpu). On Sep 13, 5:30 pm, dloomer dloo...@gmail.com wrote: I have a simple webcam app used by a maximum of maybe 3 people at any time, which also handles requests from a batch process initiated from

[google-appengine] Re: Why can't I get only 1 instance enabled?

2011-09-02 Thread prgmratlarge
Quoting from http://code.google.com/appengine/kb/postpreviewpricing.html#scheduler_knobs_affect_billing Max Idle Instances: Decreasing this value will likely decrease your bill as fewer idle instances will typically be running and we will not charge for any excessive idle instances. In this case

[google-appengine] Re: How to change my credit card for billing?

2011-09-02 Thread prgmratlarge
Sign in to Google Checkout, and click Edit payment methods. No need to disable billing. On Sep 2, 1:12 pm, thstart thst...@gmail.com wrote: I have Billing On for my app. Need to change my credit card. How to do it? If I disable billing it takes 7 days. I just want to switch to another credit

[google-appengine] Return-Path Problem Workaround

2011-04-23 Thread prgmratlarge
Is there any possible workaround for the issue: http://code.google.com/p/googleappengine/issues/detail?id=1800 ? Does anyone (from Google) know when this might be fixed? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] Re: Detect Mobile Phone

2010-08-29 Thread prgmratlarge
, prgmratlarge yossiele...@gmail.com wrote: Well I was thinking of using the datastore. Would this be possible, and what would be the method to the query? On Aug 27, 3:44 am, Filippo De Luca dl.fili...@filosganga.it wrote: Yes it is true. Whether it is worth depends on the application aim

[google-appengine] Re: can not receive incoming email

2010-08-29 Thread prgmratlarge
Set any page as admin only, and then try to view it in the same browser your testing from. You will be prompted to login. Login as admin, and go back to the test page, where it should now work. On Aug 29, 4:50 am, saintthor saintt...@gmail.com wrote: test incomeing email in development server.

[google-appengine] Re: Detect Mobile Phone

2010-08-27 Thread prgmratlarge
without the LD algoritm. And a trie in substitution to RIS. On Aug 27, 12:11 am, prgmratlarge yossiele...@gmail.com wrote: Yes, but the CPU required to do a lookup is simply not worth it. Remember, every time a (new) user hits the site you do a lookup. It can add up very quickly

[google-appengine] Re: Detect Mobile Phone

2010-08-27 Thread prgmratlarge
the LD algoritm. And a trie in substitution to RIS. On Aug 27, 12:11 am, prgmratlarge yossiele...@gmail.com wrote: Yes, but the CPU required to do a lookup is simply not worth it. Remember, every time a (new) user hits the site you do a lookup. It can add up very quickly. On Aug 26

[google-appengine] Re: Detect Mobile Phone

2010-08-26 Thread prgmratlarge
: Can you use the user-agent? On Sat, Aug 21, 2010 at 11:12 PM, prgmratlarge yossiele...@gmail.comwrote: Need a quick and easy way to detect mobile phones from my app, that won't add too much performance overhead. Any suggestions? -- You received this message because you

[google-appengine] Re: Detect Mobile Phone

2010-08-25 Thread prgmratlarge
a huge XML file and GAE fails to open the compressed version of the file For now, I have no time to resolve this issue until end of september On 23 août, 21:10, Ikai L (Google) ika...@google.com wrote: Can you use the user-agent? On Sat, Aug 21, 2010 at 11:12 PM, prgmratlarge yossiele

[google-appengine] Re: Detect Mobile Phone

2010-08-23 Thread prgmratlarge
...@google.com wrote: Can you use the user-agent? On Sat, Aug 21, 2010 at 11:12 PM, prgmratlarge yossiele...@gmail.comwrote: Need a quick and easy way to detect mobile phones from my app, that won't add too much performance overhead. Any suggestions? -- You received this message because you

[google-appengine] Detect Mobile Phone

2010-08-22 Thread prgmratlarge
Need a quick and easy way to detect mobile phones from my app, that won't add too much performance overhead. Any suggestions? -- 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: Shows Datastore Quota Exceeded (100%) when 149 MB of 1GB only used

2010-06-09 Thread prgmratlarge
So session data == datastore no? On Jun 8, 3:18 pm, Ikai L (Google) ika...@google.com wrote: If you're using Java and sessions, this is backed using Memcache and the datastore, so you need to run periodic cleanings. On Mon, Jun 7, 2010 at 8:23 PM, prgmratlarge yossiele...@gmail.com wrote

[google-appengine] Re: Shows Datastore Quota Exceeded (100%) when 149 MB of 1GB only used

2010-06-07 Thread prgmratlarge
What's session data? On Jun 7, 3:03 pm, Ikai L (Google) ika...@google.com wrote: Are you using any indexes? If you have many properties with lots of indexes on them, it's possible the space is taken up by indexes. Another possibility is session data. At any rate, to keep your application

[google-appengine] get_or_insert and Locks

2010-06-07 Thread prgmratlarge
Just want to make sure: When using get_or_insert(), appengine only locks that entity group and not the entire Kind? 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-appengine] Re: Data Migration

2010-06-03 Thread prgmratlarge
Well you can simply set up a script that retrieves your data piece by piece (where each piece is less than 1MB). On Jun 3, 1:45 pm, Guilherme Defreitas guilherme.defrei...@gmail.com wrote: If i decide to move away from App Engine, are there any way to export all my appengine data bypassing the

[google-appengine] Datastore Statistics

2010-06-02 Thread prgmratlarge
I noticed that after deleting entities, the statistics don't update with the new numbers (even after the last updated time becomes current). It seems to only be able to increase and not decrease. Is this a bug? -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: What is Task Queue Stored Task Bytes?

2010-04-23 Thread prgmratlarge
Something tells me these include tombstoned tasks... On Apr 23, 6:43 am, Roberto roberto.ty...@gmail.com wrote: You might want to star this bug which I've created about the issue - I've got a similarly alarming exceeded Task storage quota:

[google-appengine] Mail to an Admin

2010-04-18 Thread prgmratlarge
I would like to send an email to just one of my admin emails, and I want it to come off the admin email quota, as opposed to the normal quota. Both of the following possibilities failed: * Sending a regular email to the admin's email address still resulted in me being charged through the regular

[google-appengine] Re: Mail to an Admin

2010-04-18 Thread prgmratlarge
name and setup filters to reject the mail not intended for you as admin for this app Subject: [App-Select-yossie] Some Error filter 1: Accept all mail with [App-Select-yossie] in subject filter 2: Reject all mail with [App-Select- in subject 2010/4/19 prgmratlarge yossiele...@gmail.com

[google-appengine] Mail to one admin

2010-04-16 Thread prgmratlarge
I want to use the send_mail_to_admins function -- but don't want all my admins receiving the message. Just the one(s) I want. Right now, even if I specify a to address, it still goes to all of them. Any help? -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: Mail to one admin

2010-04-16 Thread prgmratlarge
16, 2010 at 7:23 AM, prgmratlarge yossiele...@gmail.com wrote: I want to use the send_mail_to_admins function -- but don't want all my admins receiving the message. Just the one(s) I want. Right now, even if I specify a to address, it still goes to all of them. Any help? -- You

[google-appengine] Re: Application Identifiers

2010-04-10 Thread prgmratlarge
I believe you cannot use an identifier if it is being used as a Gmail account (unless it's the name of your account) On Apr 10, 8:43 am, TrungH trung...@gmail.com wrote: I have been surprised often by the application identifiers which I can not use. Are there any restrictions posed on them?

[google-appengine] Re: Email from address

2010-04-09 Thread prgmratlarge
I understand. And I began creating all the addresses as developers, until I hit an error. It seems there's a maximum of 15 developers per app. So there goes that idea... On Apr 9, 3:48 am, Wesley C (Google) wesc+...@google.com wrote: unfortunately at this point, we do not allow arbitrary email

[google-appengine] Email from address

2010-04-07 Thread prgmratlarge
I understand that the best way to obtain the ability to send email from a specific address is to invite as a developer. I currently have a domain name using Google Apps, and I have one email account which receives email through various nicknames/aliases. I would like to know what the best way to

[google-appengine] Re: Email Idempotence

2010-04-01 Thread prgmratlarge
The reason for this is because appengine retries the task if it returns an error... One way to work around this is to put the email sending in a try/ except clause so that if it does get an error it would not still return okay. And, at the same time, you can do whatever you want to process the

[google-appengine] Safety of Taskqueue duplicates

2010-03-29 Thread prgmratlarge
I've been thinking of using the fact that taskqueue names cannot be duplicated to my advantage. But how reliable is this fact. Is there ANY chance that the taskqueue will indeed be enqueued again? -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Cron Job Scheduling

2010-03-25 Thread prgmratlarge
How can I run a cron job at the 30 minute point on every hour. I don't want it to go every half hour -- i want it to go on every half hour of the hour. So it should specifically run at: 1:30,2:30,3:30,etc... -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: Cron Job Scheduling

2010-03-25 Thread prgmratlarge
:     # do whatever Or if you don't trust the App Engine Cron runs every minute, if min = 30:     if !checkLog(year, month, day, hour):         saveLog(year, month, day, hour)         # do whatever Shinichi On Thu, Mar 25, 2010 at 17:38, prgmratlarge yossiele...@gmail.com wrote: How can

[google-appengine] Task Queue Datastore

2010-03-24 Thread prgmratlarge
If I want to do one process on each entity in my datastore, how do you think I can best set this up using task queues. (each process requires a bit of latency) -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: Task Queue Datastore

2010-03-24 Thread prgmratlarge
wrote: You'd probably pick a batch size, then iterate over it with Task Queues and cursors, storing the cursor somewhere to be used by the next executed task: http://code.google.com/appengine/docs/java/datastore/queriesandindexe... On Wed, Mar 24, 2010 at 10:02 AM, prgmratlarge yossiele

[google-appengine] Re: Pre-release 1.3.2 SDKs available

2010-03-17 Thread prgmratlarge
What are strong vs consistent reads? On Mar 16, 11:31 pm, Jason (Google) apija...@google.com wrote: Hi Everyone. Just a quick note that we just uploaded pre-release 1.3.2 SDKs for Python and Java to our Google Code project page: http://code.google.com/p/googleappengine/downloads/list Both

[google-appengine] Email Idempotence

2010-03-17 Thread prgmratlarge
When implementing the code for Tasks (as worker URLs within your app), it is important that you consider whether the task is idempotent. App Engine's Task Queue API is designed to only invoke a given task once, however it is possible in exceptional circumstances that a Task may execute multiple

[google-appengine] Re: Email Idempotence

2010-03-17 Thread prgmratlarge
at 8:53 PM, Tim Hoffman zutes...@gmail.com wrote: Well could yo record if you sent any particular email, and not resend it ? On Mar 18, 6:05 am, prgmratlarge yossiele...@gmail.com wrote: When implementing the code for Tasks (as worker URLs within your app), it is important that you

[google-appengine] Is something wrong with deployment?

2010-01-11 Thread prgmratlarge
I tried deploying multiple times to find this error: Application: [***]; version: 3. Server: appengine.google.com. Scanning files on local disk. Initiating update. Password for [***]: Could not guess mimetype for iphone/iui/Thumbs.db. Using application/ octet-stre am. Could not guess mimetype

[google-appengine] Re: Is something wrong with deployment?

2010-01-11 Thread prgmratlarge
Hmm... Seems to be fixed... Never mind On Jan 11, 9:39 pm, prgmratlarge yossiele...@gmail.com wrote: I tried deploying multiple times to find this error: Application: [***]; version: 3. Server: appengine.google.com. Scanning files on local disk. Initiating update. Password

[google-appengine] Re: Specify appcfg.py auth cookies

2009-12-07 Thread prgmratlarge
why you need to do this? There might be another solution that may achieve what you want to do. On Mon, Dec 7, 2009 at 11:53 AM, prgmratlarge yossiele...@gmail.com wrote: How can I specify where the authentication cookies get stored for appcfg.py ? Thanks, -- You received

[google-appengine] Specify appcfg.py auth cookies

2009-12-06 Thread prgmratlarge
How can I specify where the authentication cookies get stored for appcfg.py ? 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,