Re: [google-appengine] My first project in GAE

2012-10-14 Thread Timofey Koolin
Спамчик? :) My first project in GAE: http://www.rfrate.com/. The site provides information on exchange rates in Russia. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] My production app work much slow than test app

2012-09-28 Thread Timofey Koolin
/tools/appstats?hl=en -- Takashi On Thu, Sep 27, 2012 at 6:13 PM, Timofey Koolin timo...@koolin.ru wrote: I have production app (f1f2ru - it paid) and test app(rek-test - it free). Both every hour make cron job: query to database and send emails (if need). My production app at start point

Re: [google-appengine] Weird Instance Scheduler

2012-09-26 Thread Timofey Koolin
I have same problem with startup delay http://stackoverflow.com/q/12581110/1204368 PS. This is with default application settings, and for this test I reverted to using front ends instead of backends (since I gather backends don't support channels, that's no longer an option for me). --

Re: [google-appengine] Custom SSL certificate with more than two intermediate CAs

2012-09-26 Thread Timofey Koolin
You must convert all in PEM, than open each of they in text editor and copy all content into one file. it says invalid key when trying with combined crt, it work with single crt. On Wed, Sep 26, 2012 at 8:17 AM, Ivan Volosyuk v...@google.com wrote: You may want to concatenate the files into

Re: [google-appengine] replace into query

2012-02-12 Thread Timofey Koolin
It isn't update entiry - it rewrite exiting entity - you are lost previous item with this kind and id. 2012/2/12 Amy Unruh amyu+gro...@google.com Steven, If your application specifies an identifier string for an entity (e.g., see

Re: [google-appengine] Time for answer to production issue.

2012-02-08 Thread Timofey Koolin
, then you have a real production issue. Cheers, -Andrin On Mon, Feb 6, 2012 at 9:33 AM, Timofey Koolin timo...@koolin.ru wrote: I posted http://code.google.com/p/googleappengine/issues/detail?id=68494 days ago. It have status 'New' now. How much time need google for answer to production

Re: [google-appengine] Re: Time for answer to production issue.

2012-02-08 Thread Timofey Koolin
Can I work with my datastore now? 2012/2/9 Johan Euphrosine pro...@google.com FYI, also escalated your issue. On Wed, Feb 8, 2012 at 9:45 PM, Alexis alexis.hanico...@gmail.com wrote: I posted mine one month ago and still no response:

[google-appengine] Time for answer to production issue.

2012-02-06 Thread Timofey Koolin
I posted http://code.google.com/p/googleappengine/issues/detail?id=6849 4 days ago. It have status 'New' now. How much time need google for answer to production issue usually? -- Blog: www.rekby.ru -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [google-appengine] 800 MB Datastorage for 11 entities.

2012-02-03 Thread Timofey Koolin
What time need google for answer to production issue usually? I need add new data to my datastore and I can't change appid - I work with incoming email to @appspotmail.com 2012/2/2 Timofey Koolin timo...@koolin.ru http://code.google.com/p/googleappengine/issues/detail?id=6849 2012/2/2 Robert

Re: [google-appengine] 800 MB Datastorage for 11 entities.

2012-02-03 Thread Timofey Koolin
before deleting it, the quota should be updated accordingly. Robert On Wed, Feb 1, 2012 at 04:03, Timofey Koolin timo...@koolin.ru wrote: Now I store in datastore: 1 Email - 5KB 9 User - 2KB 1 _AE_DatastoreAdmin_Operation - 300 Bytes BUT summary statistic: Total

Re: [google-appengine] Cannot Stop Long Running Jobs

2012-02-02 Thread Timofey Koolin
Try: 1. Delete _GAE... entities from datastore 2. Purge default task queue. 2012/2/2 Gaurav Misra gau...@vurbal.com Hi, I started a couple of datastore admin tasks and they've been running all night to delete a couple of thousand entries on an app not under any load. Deleting all

Re: [google-appengine] Free Write and Read Operations

2012-02-02 Thread Timofey Koolin
Every field have index by default. You can calc write ops by table https://code.google.com/intl/en/appengine/docs/billing.html These low-level operations map to API-level operations as follows 2012/2/2 José Luis Ordiales Fernandez jlof1...@gmail.com Hi, im a student of Spain and im using the

Re: [google-appengine] 800 MB Datastorage for 11 entities.

2012-02-01 Thread Timofey Koolin
and the space actually being freed up, since the datastore does soft deletes. However, I don't remember ever seeing this take 3 days. Robert On Wed, Feb 1, 2012 at 04:03, Timofey Koolin timo...@koolin.ru wrote: Now I store in datastore: 1 Email - 5KB 9 User - 2KB 1

Re: [google-appengine] 800 MB Datastorage for 11 entities.

2012-02-01 Thread Timofey Koolin
. I'd like to see what Google says about this. Robert On Wed, Feb 1, 2012 at 11:29, Timofey Koolin timo...@koolin.ru wrote: No - I delete all blobs with other data. I have no blob objects, but quota detail show 0.02Gb usage. Last days I don't use tasks. 2012/2/1 Robert Kluin

Re: [google-appengine] App Engine SDK 1.6.2 is out!

2012-02-01 Thread Timofey Koolin
You can delete all items of any kind from datastore admin. 2012/2/2 Brandon Wirtz drak...@digerat.com I want Drop Table. ** ** Can I restore empty table? ** ** ** ** *Brandon Wirtz *BlackWaterOps: President / Lead Mercenary [image: Description:

[google-appengine] Datastore admin don't work

2012-01-30 Thread Timofey Koolin
I see: clear screen from chrome, firefox Server not found in opera. It is for all my applications: python, python27, Java. Master/slave and HR datastore. -- Blog: www.rekby.ru -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

Re: [google-appengine] Datastore Admin Issues

2012-01-30 Thread Timofey Koolin
Purge default task queue. 2012/1/30 Ryan ryan.we...@gmail.com Hello, I tried using the datastore admin issue to bulk delete data, but unfortunately it sucked up more quota than I would have liked (and exhausted my daily budget several times over), so I cancelled the jobs a couple of days

Re: [google-appengine] Cost of key allocation?

2012-01-26 Thread Timofey Koolin
I try it - qouta calc count on call function. allocate_id_range(v1, 1, 4294967296) self.response.out.write('Hello world!') It work fast, fine and calcs as one key alloocation ops in quota details. 2012/1/26 Jeff Schnitzer j...@infohazard.org The Billing and Budgeting Resources

Re: [google-appengine] Re: 1.6.2 Pre-Release SDKs Out

2012-01-26 Thread Timofey Koolin
I want function for keep or close channel by server side. For example I open channel for 48 hours. If user have active during it period - I prolong channel for next 48 hours. It need for incremental update client state for web-application. 2012/1/26 Waleed Abdulla wal...@ninua.com It would be

[google-appengine] Re: Increase convert API

2012-01-12 Thread Timofey Koolin
up 2012/1/9 Timofey Koolin timo...@koolin.ru I try convert API for convert incoming email from HTML to Text - it is perfectly, but I have about 1-2 thousand email per day. Is any way to increase quota for it? -- Blog: www.rekby.ru -- Blog: www.rekby.ru -- You received this message

[google-appengine] Increase convert API

2012-01-09 Thread Timofey Koolin
I try convert API for convert incoming email from HTML to Text - it is perfectly, but I have about 1-2 thousand email per day. Is any way to increase quota for it? -- Blog: www.rekby.ru -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] ChannelAPI and different versions

2012-01-07 Thread Timofey Koolin
You can use channel from any version, if you know channel id. 2012/1/6 Andrin von Rechenberg and...@miumeet.com Hey there If have to versions of my app deployed hot (production) and try (staging) I've noticed that if I can not send a message from the hot version to the try version using

Re: [google-appengine] Channel API billing when channel expires

2011-12-23 Thread Timofey Koolin
12 2011/12/24 Kyle Baley k...@baley.org When a channel expires, does the new one that gets created count toward your billing? For example, if someone opens the app and leaves the browser open for 24 hours, is that 12 open channels or 1? -- You received this message because you are

Re: [google-appengine] Channel API billing when channel expires

2011-12-23 Thread Timofey Koolin
And you must manual handle disconnect channel and connect again. 2011/12/24 Timofey Koolin timo...@koolin.ru 12 2011/12/24 Kyle Baley k...@baley.org When a channel expires, does the new one that gets created count toward your billing? For example, if someone opens the app and leaves

[google-appengine] Add max weekly budget.

2011-12-23 Thread Timofey Koolin
For example: I want set max daily budget 20$ for peak loads, but I don't want pay $140/week if application have any error or load will higher then usually. -- Blog: www.rekby.ru -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

Re: [google-appengine] Using key as namespace

2011-12-16 Thread Timofey Koolin
You can generate random numbers with some prefix, for example c123, c221, c5... 2011/12/15 Arthur Wiebe arto...@gmail.com I have a multi tenant scenario where I want to set a namespace by company. Here's what I'm planning to do: 1) User login to app 2) The User entity has a reference to

Re: [google-appengine] Attachment in mail

2011-12-12 Thread Timofey Koolin
message = mail.EmailMessage()message.sender = sendermessage.subject = subjectmessage.to = receivermessage.body = textmessage.attachments = [                 (filename.csv, csv.getBytes())            ] 2011/12/12 Bat batistutagabrielf...@gmail.com: Hi, One of my servlet creates CSV content in a

Re: [google-appengine] Attachment in mail

2011-12-12 Thread Timofey Koolin
message = mail.EmailMessage() message.sender = sender message.subject =subjectmessage.to = receiver message.body = text message.attachments = [ (filename.csv, csv.getBytes()) ] 2011/12/12 Timofey Koolin timo...@koolin.ru: message = mail.EmailMessage()message.sender

Re: [google-appengine] Attachment in mail

2011-12-12 Thread Timofey Koolin
Koolin a écrit : message = mail.EmailMessage() message.sender = sender message.subject =subjectmessage.to = receiver message.body = text message.attachments = [ (filename.csv, csv.getBytes()) ] 2011/12/12 Timofey Koolin timo...@koolin.ru: message = mail.EmailMessage

Re: [google-appengine] Re: 1.6.1 Pre-release SDKs are live

2011-12-06 Thread Timofey Koolin
Will OCR work with russian language? 2011/12/6 Brian Quinlan bquin...@google.com: On Tue, Dec 6, 2011 at 6:05 PM, Westmark fredrik.westm...@gmail.com wrote: I would be happy if you could specify the versions of included third- party libraries, e.g. ndb and webapp2. ndb is being integrated

Re: [google-appengine] db.get() on a list of keys being split into multiple get_async() calls as opposed to a single get_async() call

2011-12-03 Thread Timofey Koolin
Production get every entity too. But do it in parallel mode - at the same time. 2011/12/3 Bryce Cutt pandas...@gmail.com: Did the production server change the way it handles a db.get() on a list of keys? I believe it used to do a single get_async on the list of keys but now it appears that it

Re: [google-appengine] Everything within quota still need to pay weekly spend if using blobstore

2011-12-03 Thread Timofey Koolin
$2.1/week - minimum payments for google. It spend always if you enable billing in application. You can turn off billing. After appengine out of preview - all applications can use blobstore. 2011/12/3 Romesh Soni soni.rom...@gmail.com: Dear Java lovers, I have a small application which is

Re: [google-appengine] Multitenant apps and sending e-mail. Do we need to hire another provider?

2011-11-25 Thread Timofey Koolin
http://code.google.com/intl/en/appengine/docs/python/mail/sendingmail.html application can't send email from eny gmail email, only from current user. For example - it can't send email by cron or from task. 2011/11/25 Joshua Smith joshuaesm...@charter.net: How about you create a @gmail.com

Re: [google-appengine] List of Memcache Items

2011-11-22 Thread Timofey Koolin
No. You can get only value by key or stat info about count items/saved in mecache and age of oldest item by memcache.get_stats() 2011/11/22 James Gilliam jimgill...@gmail.com Any way to get a list of the memcache keys without having to track them yourself? Thanks you -- You received this

Re: [google-appengine] Re: Memcache doesn't work

2011-11-22 Thread Timofey Koolin
If it more than 1MB you can zip it or split to 2-3 entities. 2011/11/22 Deepak Singh deepaksingh...@gmail.com In anycase i have to have these 6500 entities for each user session. Now i want to store it as serialised data in datastore. public class City implements Serialisable{ private

[google-appengine] Serve blobstore as static file

2011-11-22 Thread Timofey Koolin
Can I make url for users can serve files from blobstore directly, without reading it by script? It can be any binary data - images (i know about images.get_serving_url) and not images. -- Blog: www.rekby.ru -- You received this message because you are subscribed to the Google Groups Google App

Re: [google-appengine] Re: Serve blobstore as static file

2011-11-22 Thread Timofey Koolin
Yes, I know way with download_handler. I want do it without my script: have static difficult url and download direct by url - as images. Now I select between blobstore with self download_handler and Google Storage for developers. 2011/11/23 Jeff Schnitzer j...@infohazard.org Does this approach

Re: [google-appengine] Memcache doesn't work

2011-11-21 Thread Timofey Koolin
Backend can work with big uptime, but without gurantee stable durability - it can be restart from time to time + you must pay for full-day backend usage - from $1.2 per day for smallest backend class. 2011/11/21 Deepak Singh deepaksingh...@gmail.com ok. So if i fetch these 6500 entities through

Re: [google-appengine] How do you know if your Frontend Instance Hours are 'normal'?

2011-11-21 Thread Timofey Koolin
I think it may be memory leak - and instance restart after usage all available memory. 2011/11/21 Aaron Hildebrandt aaron.hildebra...@gmail.com I have a site on GAE that is mostly just serving a small website that has all the HTML in Memcache (but even when it's not, the site is extremely

Re: [google-appengine] Memcache key maximum length? and what are the allowed symbols?

2011-11-19 Thread Timofey Koolin
As i remember - about 250 bytes. If key length more then max length - gae use hash(key) - it transparent for you. 2011/11/19 Andrius A andriu...@gmail.com What is the maximum key length for Memcache? and what are the allowed symbols? will it be safe for me to use a composition of two

Re: [google-appengine] Request response time

2011-11-19 Thread Timofey Koolin
Yes only task and cron requests have 10 minutes time limit. Before SDK 1.5.5 requests from user has 30-seconds limit, from SDK 1.5.5 and now it have 60 seconds limit. 2011/11/18 kiran lonikar loni...@gmail.com In Dec 2010, I read on one announcement that the earlier limit of 30s has been

[google-appengine] What max size of Datastore stat?

2011-11-17 Thread Timofey Koolin
My datastore stat have more volume than my data: 67% of 46MB. -- Blog: www.rekby.ru -- 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,

[google-appengine] What it metadata in datastore stats?

2011-11-17 Thread Timofey Koolin
I know about app name, king name and every property name for each entity. -- Blog: www.rekby.ru -- 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

Re: [google-appengine] Re: Large difference between datastore quota detail and appstat.

2011-11-17 Thread Timofey Koolin
... Othen request can read up to 30 entity it execute about 350 times for screenshots in first email. 2011/11/18 Timofey Koolin timo...@koolin.ru In query I always fetch only keys (about 40-60), then I fetch every entity by get_by_id, and almost all fetched from memcache (I use ndb). My code

Re: [google-appengine] Re: The Performance of the SDK development server has become unbearable

2011-11-16 Thread Timofey Koolin
I have big startup time dev server. It will be fast when I drop datastore file and use --use_sqlite parameter. 2011/11/16 Rohan Chandiramani masterxr...@gmail.com +1 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this

Re: [google-appengine] How to detect a Google Apps domain?

2011-11-16 Thread Timofey Koolin
For example header Server: Google Frontend in http-response or cname to ghs.google.com be dns request for domain. 2011/11/16 Daniel Florey daniel.flo...@gmail.com Hi, I'd like to find a proper approach how to detect a Google Apps user/domain name. I'm using OpenID and users are logging in

Re: [google-appengine] Re: Channel limit

2011-11-14 Thread Timofey Koolin
It was my mistake while I parse messages. I try send 1000 messages - it delivery ok. Do google save sended messages in any buffer when channel disconnect. What size of this buffer? 2011/11/14 Timofey Koolin timo...@koolin.ru I don't have any exceptions on server-side and client side. Size

[google-appengine] Dev server, channel, change files

2011-11-14 Thread Timofey Koolin
When I open channel on dev-server - it stop detect changes in source file of my project. For detect changes in project I must close page with channel before change project or restart dev-server after change. -- Blog: www.rekby.ru -- You received this message because you are subscribed to the

[google-appengine] Channel limit

2011-11-13 Thread Timofey Koolin
Do Channel have any limit for send data? I use channel to push email to webclient. If I push 100 emails simultaneously - client stop receive any messages. I send every message as one channel message. Than I try send about 50 last emails than push email when I receive it. After some time channel

Re: [google-appengine] GAE admin panel is really slow!

2011-11-13 Thread Timofey Koolin
For me too. Show logs very slow. Open log record may take more 10 seconds. 2011/11/14 Andrius A andriu...@gmail.com Hi, for the last 2 days GAE admin panel is realy slow. To load backends and task queue admin pages takes on average 30sec. Andrius -- You received this message because you

Re: [google-appengine] Re: Channel limit

2011-11-13 Thread Timofey Koolin
Amy Unruh, i far from any quota deny - all quotas are ok. Yes, I know about handle channel disconnect, but I write application for internal-use with good internet-connection and i don't want handle connect/disconnect and make internal buffer for messages (when channel disconnected) if it possible.

Re: [google-appengine] Re: Channel limit

2011-11-13 Thread Timofey Koolin
messages client side code receive one message infinite times and don't receive new messages. For example: receive 1 receive 2 receive ... receive 21 pause 20-60 sec receive 21 pause 20-60 sec receive 21 pause 20-60 sec receive 21 pause 20-60 sec receive 21 pause 20-60 sec ... 2011/11/14 Timofey Koolin

Re: [google-appengine] Re: Channel limit

2011-11-13 Thread Timofey Koolin
I don't have any exceptions on server-side and client side. Size of every js about 500 bytes. 2011/11/14 Timofey Koolin timo...@koolin.ru My code look like: updates = get_updates(...) channel = get_channel(...) for update in updates: id = memcache.incr('mess id', initial_value=1

Re: [google-appengine] Re: bug in memcache.set() with expiration time for 30 days?

2011-11-07 Thread Timofey Koolin
you can set 0 or not set time - it mean maximum lifetime (1 month). If you set full month - it can understand as timestamp in the past and value expire immendantly. Try set 29 days or 29 days 23 hours 59 minutes. 2011/11/5 Andrius A andriu...@gmail.com sorry, correct code:

Re: [google-appengine] Re: New Pricing is now in place!

2011-11-07 Thread Timofey Koolin
on page http://code.google.com/intl/en/appengine/docs/billing.html I don't see different pricing for datastore and blobstore. Is it same now? 2011/11/7 Adrian Scott adr...@coderbuddy.com Thanks, that'd be great. Just updated my billing settings but felt like i was flying blind ;). --

Re: [google-appengine] Me too

2011-11-07 Thread Timofey Koolin
For my calculation - GAE cheaper and more convenient for simple apps. And it'll be cheaper than EC2 very long time. Calc full-day price hours from EC2 and cost of time for setup environvent and tuning it for your app. Calc - how much you must usage your app for out of free quota and start pay.

Re: [google-appengine] 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Timofey Koolin
Increase max size for incoming email please - some customers send .bmp attachments and application can't receive it. 2011/11/1 Gopal Patel patelgo...@gmail.com does python sdk now works with py2.7 ? On Tue, Nov 1, 2011 at 6:58 AM, Johan Euphrosine pro...@google.comwrote: Hi, We've just

Re: [google-appengine] Maximum concurrent user requests

2011-10-16 Thread Timofey Koolin
How scheduler determines number of simultaneous requests for each instance? 2011/10/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com Well, the requests are independent form each other (threadsafe) and are only related to datastore (each request also triggers task creation for different log

Re: [google-appengine] Re: Need help tracking datastore transaction or write too big warnings

2011-10-14 Thread Timofey Koolin
if you use XG (cross group) transactions - you can use no more than 5 entity groups in transaction. 2011/10/14 Pol p...@everpix.net Can anyone comment from Google comment on this 2nd point: write limits on entire transaction? Our entities are 4KB on average so I'm trying to track down what's

Re: [google-appengine] How to implement downtime for my Java app

2011-10-14 Thread Timofey Koolin
I see 2 ways: 1. create empty version for your application with return OK (or other text) for any request and do not do any else. For dowtime you will make empty as default version, than return your usual version. 2. Make any property such as downtime in memcache db and check it for every request

Re: [google-appengine] zipped python code in blobstore?

2011-10-13 Thread Timofey Koolin
you can do it in python 2.7 runtime http://code.google.com/intl/en/appengine/docs/python/python27/newin27.html#Bytecode_Modification 2011/10/13 andreas schmid a.schmi...@gmail.com hi, i was wondering if it is actually possible to store zipped python code in the blobstore and use it after

Re: [google-appengine] Re: App Engine SDK 1.5.5 released!

2011-10-12 Thread Timofey Koolin
For example you can use version dafiufasdfs489536sed in app.yaml and don't make it default. 2011/10/12 NG nikolas.goe...@googlemail.com ok thank you for clarification :) Is there a way to deploy but not make the app available to the public? -- You received this message because you are

Re: [google-appengine] How to set 'timeout' I use urllib2.urlopen instead urlfetch?

2011-10-09 Thread Timofey Koolin
Wait until next SDK will release - it will be support python 2.7 2011/10/9 Xi Shen davidshe...@gmail.com GAE currently uses python 2.5, and the urllib2.urlopen has a different signature than it is in python 2.7, that is in python 2.5 it does not support the 'timeout' argument. Can I just use

Re: [google-appengine] Re: Gurantee log

2011-09-30 Thread Timofey Koolin
I have billing system on GAE. It is thing to have backup of my datastore. Now I have small record count and can read all of it for backup every day. But in future - I need any incremental method of backup my data. I have 3 things: - log operations in logging system and replicate on my server. -

Re: [google-appengine] Re: Another perspective on the upcoming datastore prices

2011-09-23 Thread Timofey Koolin
In GAE you must cache often used data in memcache to reduce cost and latency. 2011/9/23 Alex Epshteyn alexander.epsht...@gmail.com Correction: my math is probably off by a factor of about 10 on the AdSense revenue estimate, and I apologize for my quickness in jumping to my conclusion. But

Re: [google-appengine] Why the need to prepend s~ before appid for appcfg.py?

2011-09-18 Thread Timofey Koolin
+1. Can google autodetect prefix on server-side or auto-try different prefixes from client side? 2011/9/18 Krishna Patel krishnapatel...@gmail.com I thought I used to be able to say simply: *appcfg.py download_data --application=APPID . . .* Why do I now need to prepend a *s~* to my

Re: [google-appengine] I can't turn on datastore admin from dashboard.

2011-09-17 Thread Timofey Koolin
No - I can't update SDK or reupload source code: I lost sources of my applications and turn off download function :( 2011/9/16 Niklas Rosencrantz nikla...@gmail.com I have this problem from my app that uses federated login. When I try enable datastore admin it says Error: Not Found The

Re: [google-appengine] I can't turn on datastore admin from dashboard.

2011-09-15 Thread Timofey Koolin
I try: https://ah-builtin-python-bundle-dot-latest-dot-info-most.appspot.com/ https://ah-builtin-python-bundle-.-latest-.-info-most.appspot.com https://ah-builtin-python-bundle.latest.info-most.appspot.com/ https://ah-builtin-python-bundle.info-most.appspot.com/ No one of this urls don't ask log

Re: [google-appengine] Re: new pricing actually not so bad...

2011-09-15 Thread Timofey Koolin
It is simple and very cheap platform for starup. When project will grow - it can be optimised or migrate - GAE have very simple API and it can emulate very simple on VDS, amazon or shared hosting. 2011/9/16 Strom xxst...@gmail.com I agree with pretty much everything you said. On Sep 15, 11:53

Re: [google-appengine] Give me my $50 credit back!

2011-09-14 Thread Timofey Koolin
I disable billing too and I have my credit in balance history in balance column. 2011/9/14 Steve Sherrie st...@wasteofpaper.com ** *Better call Saul!* On 11-09-13 09:13 PM, Carson Welsh wrote: The deal was: modify your billing settings and you get a $50 credit. I got the credit,

Re: [google-appengine] Re: backend vs frontend instances

2011-09-13 Thread Timofey Koolin
Now frontend have 2.4GHz CPU - I can use 2CPU second per clock second in cpu-usage task. Will frontend slower than now after new billing enable? 2011/9/13 Timofey Koolin timo...@koolin.ru Now frontend have 2.4GHz CPU - I can use 2CPU second per clock second in cpu-usage task. Will frontend

Re: [google-appengine] Can't download all data with bulkloader from non-default namespace

2011-08-03 Thread Timofey Koolin
/issues/entry and followup with the url there ? Thanks in advance. On Tue, Aug 2, 2011 at 4:51 PM, Timofey Koolin timofey.koo...@gmail.com wrote: Yes, I can. My app ID: my-optimiser (my-optimiser.appspot.com). It isn't very need personal for me now - I have only one Entity type and I

Re: [google-appengine] Can't download all data with bulkloader from non-default namespace

2011-08-02 Thread Timofey Koolin
Yes, I can. My app ID: my-optimiser (my-optimiser.appspot.com). It isn't very need personal for me now - I have only one Entity type and I can download it with --kind option, but I think it is bug in platform or SDK. Now I try use https://my-optimiser.appspot.com instead of

Re: [google-appengine] Google Apps + Google App Engine, проблемы, не могу использовать GAE из аккаунта Google Apps

2011-08-01 Thread Timofey Koolin
Пишите по-английски или задайте вопрос в русскоязычной группе https://groups.google.com/forum/#!forum/google-appengine-ru Write english please or send your question to russian-language group https://groups.google.com/forum/#!forum/google-appengine-ru 1 августа 2011 г. 20:26 пользователь Артур С

Re: [google-appengine] Re: Cost of many operations in one transaction

2011-07-12 Thread Timofey Koolin
See new pricing model http://www.google.com/enterprise/appengine/appengine_pricing.html 2011/7/12 Max thebb...@gmail.com by my understanding, batch write on same entity group actually writes only once to datastore. For your second case, if you do it via async queries, then API call is the

Re: [google-appengine] Re: How to write optimal queries?

2011-07-09 Thread Timofey Koolin
Slide 80: - If you write N entities that are all part of 1 entity group, it counts as 1 write. Do this mean that cost of batch write in transaction will pay as 1 datastore operation? Do batch/query read many items from 1 entity group pay as 1 datastore operation? 2011/7/8 Ikai Lan (Google)

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

2011-07-09 Thread Timofey Koolin
See http://code.google.com/appengine/forum/?place=msg%2Fgoogle-appengine%2FHluog1_a3n4%2FuFMhaBWhVi8J Q: What is the time granularity of the instance pricing? ie if I have an instance up for 5 minutes, what am I charged, $0.08 / 60*5? A: Instances are charged for their uptime in addition to a 15

Re: [google-appengine] New Channel API pricing scheme

2011-07-02 Thread Timofey Koolin
No http://www.google.com/enterprise/appengine/appengine_pricing.html 100 channel per day - free limit, you can pay for additional channels. 2011/7/2 Chiguireitor johnvillarzava...@gmail.com Hi all, i was just reading the new pricing scheme and came along a little tidbit that made me feel a

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

2011-06-30 Thread Timofey Koolin
a. 2011/6/30 stevep prosse...@gmail.com This was asked/answered indirectly in this thread I think, but having hard time finding it (might have been a different thread). If logic is to progress through 20 entities serially which is better now regarding costs: a) fetch(20) in a query, then

Re: [google-appengine] Generating static html files

2011-05-19 Thread Timofey Koolin
You can put generated data to memcache with time parameter for expire your data and datastore, then read it from memcache. If memcache empty - read from datastore. 2011/5/20 PF petr.felzm...@gmail.com Hi! I set up the cron job and collecting data from internet. I'd like to display some

Re: RE: [google-appengine] Generating static html files

2011-05-19 Thread Timofey Koolin
You can use more than one memcache entry 2011/5/20 PF petr.felzm...@gmail.com There is 1MB limit for memcache. I can imagine when I'd like to show statistic chart for last year there could be the need for more amount of data then 1MB so I cannot use memcache. Also for such 1 year statistic it

Re: [google-appengine] Re: Scalability

2011-03-18 Thread Timofey Koolin
is More infinite than most things. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Timofey Koolin Sent: Wednesday, March 16, 2011 7:41 PM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Re: Scalability If my

Re: [google-appengine] Re: Scalability

2011-03-17 Thread Timofey Koolin
scalability while you enjoy nice holiday on galapagos. 2011/3/17 Brandon Wirtz drak...@digerat.com Nothing is infinite, Google is More infinite than most things. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Timofey Koolin Sent

Re: [google-appengine] Re: Scalability

2011-03-16 Thread Timofey Koolin
It is really load - I want host thousands sites in one Google App application. On Wed, Mar 16, 2011 at 7:15 PM, Jamie H ja...@mhztech.com wrote: The grandiosity never ceases to amaze me here. On Mar 16, 10:47 am, rekby timofey.koo...@gmail.com wrote: Yes, I know about this page. But I

Re: [google-appengine] Re: Scalability

2011-03-16 Thread Timofey Koolin
. If that happens you can request it be increased using the billing issues form (see the billing FAQ). Robert 2011/3/16 Timofey Koolin timo...@koolin.ru: It is really load - I want host thousands sites in one Google App application. On Wed, Mar 16, 2011 at 7:15 PM, Jamie H ja

[appengine-java] Re: 1MB limit and multi-put in datastore bug?

2010-05-17 Thread Timofey Koolin
Each api request have limit 1MB. You can send 1 object about 1MB, or 10 objects about 100KB. Gae have limit for request-response, not for object size. On 17 май, 23:12, Mouseclicker jens.h...@googlemail.com wrote: Hi, it seems that the put() in the datastore call with the Iterable parameter

[appengine-java] Re: composit primary key issue

2010-05-12 Thread Timofey Koolin
You can combine two fields in one string-field and use it as String PK On 11 май, 14:14, aptest1 actiprocess apte...@gmail.com wrote: We are unable to use two fileds as the compisit primary keys in google datastore, its throwing follwing exception if we make two fields as primary key

[appengine-java] CPU usage

2010-04-29 Thread Timofey Koolin
I have two applications with ping servlet with cron every minute For app1 - every request take 45 cpu_ms (9 api_cpu_ms), it have 124 requests of ping for last 21 hour and have no other request. It have 0.19 hours CPU usage. For app2 every request take 115 cpu_ms (85 api_cpu_ms), it have 147

[appengine-java] Re: changing datamodel later

2010-04-26 Thread Timofey Koolin
You can use Long instead of long and long getProperrty{ return val != null ? val.longValue : 0; } On 26 апр, 17:10, Matthias Koch umbella@googlemail.com wrote: Hi, I'm new to appengine. and have the first problem hopefully someone can help me. I have just a simple Entiy class like this:

[appengine-java] Re: changing datamodel later

2010-04-26 Thread Timofey Koolin
if you want search by value of new property you must resave each object with new schema. On 26 апр, 17:10, Matthias Koch umbella@googlemail.com wrote: Hi, I'm new to appengine. and have the first problem hopefully someone can help me. I have just a simple Entiy class like this: @Entity

[appengine-java] Guice filter

2010-04-25 Thread Timofey Koolin
On local machine I use guice for servlet-injection and map url to servlets: serve(/api).with(RemoteAPIImpl.class); serve(/shoplist/api).with(RemoteAPIImpl.class); and it work. On appengine servers it serve don't work and I have 404 error. -- You received this

[appengine-java] Is appstats work on appengine servers?

2010-04-25 Thread Timofey Koolin
I install appstat for my application and i see stats for my development server, but i don't see stat for my application in appengine. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Re: Guice filter

2010-04-25 Thread Timofey Koolin
I use 1.3.3.1 On 25 апр, 14:40, seleronm seler...@gmail.com wrote: Hi, On local machine I use guice for servlet-injection and map url to servlets:            serve(/api).with(RemoteAPIImpl.class);            serve(/shoplist/api).with(RemoteAPIImpl.class); and it work. On appengine

[google-appengine] Re: Long-Lived GET Requests on App Engine

2010-04-25 Thread Timofey Koolin
Youк response for user request can be up to 10MB http://googleappengine.blogspot.com/2009_05_01_archive.html, but your request/response to/from API - 1MB (include URLFetch). On 24 апр, 23:50, samwyse samw...@gmail.com wrote: I'm also interested in being able to return more than 1MB, but not for

[google-appengine] Re: Upload files larger than 10MB?

2010-04-25 Thread Timofey Koolin
You can upload your file in blobstore, than instances of your app can read it by 1 MB pieces http://code.google.com/intl/en/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService.html#fetchData(com.google.appengine.api.blobstore.BlobKey, long, long) On 25 апр, 11:39,

[appengine-java] String datatype

2010-04-23 Thread Timofey Koolin
http://code.google.com/intl/en/appengine/docs/java/datastore/dataclasses.html short text string is 500 characters or 500 bytes? For example Russian characters encoded by two bytes of UTF-8. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Indexes for one field

2010-04-21 Thread Timofey Koolin
Can I see how mach space take one-field indexes and every index - for decide about delete some indexes and monitoring for indexes that i don't want create (for example if i forgot add gae.unindexed in JDO or make mistake in it). -- You received this message because you are subscribed to the

[appengine-java] Re: JDP, get objects by id

2010-04-20 Thread Timofey Koolin
I tried it: ListDBObjectAccessaccessList = (ListDBObjectAccess) query.execute(user.getKey()); ArrayListKey ids = new ArrayListKey(); ... query = pm.newQuery(DBPurchaseItem.class, :idCollection.contains(id)); ListDBPurchase dPurchases = (ListDBPurchase)query.execute(ids); and catch Exception:

[appengine-java] Re: JDP, get objects by id

2010-04-20 Thread Timofey Koolin
It's my mistake - in my class primary key names key instead of id; On 20 апр, 19:35, Timofey Koolin timo...@koolin.ru wrote: I tried it: ListDBObjectAccessaccessList = (ListDBObjectAccess) query.execute(user.getKey()); ArrayListKey ids = new ArrayListKey(); ... query = pm.newQuery

[appengine-java] JDP, get objects by id

2010-04-18 Thread Timofey Koolin
Right theme: JDO, get objects by id On 17 апр, 08:38, Timofey Koolin timo...@koolin.ru wrote: I need get some objects by ID from datastore, but I'm not sure exsists every objects (some objects may was delete before my request). PersistenceManager.getObjectsById(...) throw exception

  1   2   >