[google-appengine] Re: 1.6.0 is now launched

2011-11-07 Thread pdknsk
mini bug: extra  at 
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

-- 
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: 1.6.0 is now launched

2011-11-07 Thread pdknsk
Is there a summary of the TOS changes available? I accepted without
reading (as many probably have).

-- 
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: 1.6.0 is now launched

2011-11-08 Thread Alexis
I've got a small "issue" with this release:
the development server is writing many more entities to the local
datastore (log entries?).

As I have a hook on datastore write ops to log what is put and when,
it's polluting my logs but that's not the point:
My "issue" is that the local datastore file is getting bigger and
bigger while I run requests on my dev server.
Previously, this file size was stable. Now when I restart the dev
server, it takes much more time as it have to load a bigger datastore
file (several MB),
full of things I don't use.

Is there a way to prevent the dev server from adding these entities?
Thanks


On 7 nov, 22:34, "Gregory D'alesandre"  wrote:
> There isn't a summary of changes as it was a complete re-write, that being
> said if you want to see the old terms you can find them 
> here:http://code.google.com/appengine/terms_4.html
>
> Thanks,
>
> Greg
>
>
>
>
>
>
>
> On Mon, Nov 7, 2011 at 1:31 PM, pdknsk  wrote:
> > Is there a summary of the TOS changes available? I accepted without
> > reading (as many probably have).
>
> > --
> > 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.

-- 
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: 1.6.0 is now launched

2011-11-08 Thread thstart
Just installed  1.6.0 SDK

When running my app got the messages:

WARNING  2011-11-08 09:33:04,487 rdbms_mysqldb.py:90] The rdbms API is not 
available because the MySQLdb library could not be loaded.

Error: option --rdbms_sqlite_path not recognized

What is wrong?

-- 
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/-/-l4dMMXvHMgJ.
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: 1.6.0 is now launched

2011-11-21 Thread Alexis
Alfred, I also noticed the split, but I'm talking about something
else.
What is being written are entities from inside the
google.appengine.api.logservice package
(_LogRecord, _LogLine, inside a namespace called "_Logs")

I suspect this may announce some feature about managing logs using
some APIs, which would be great,
but as this is not available yet and slows down performances of the
dev server as I described,
I just commented out any writes about these entities in the SDK
sources
(google.appengine.api.logservice.logservice_stub.py).

This "fixed" my issues.


On 19 nov, 04:08, PK  wrote:
> Alfred/Alexis,
>
> have you gotten anywhere with this issue? Is there a case opened?
>
> I agree that what Alexis reports is indeed a very serious issue. Please
> take a look at issue 
> 6355for the 
> way it manifests itself in my environment.
>
> Thanks,
> PK

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



Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-07 Thread Gregory D'alesandre
There isn't a summary of changes as it was a complete re-write, that being
said if you want to see the old terms you can find them here:
http://code.google.com/appengine/terms_4.html

Thanks,

Greg

On Mon, Nov 7, 2011 at 1:31 PM, pdknsk  wrote:

> Is there a summary of the TOS changes available? I accepted without
> reading (as many probably have).
>
> --
> 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.
>
>

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



Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-08 Thread Amy Unruh
On Wed, Nov 9, 2011 at 4:40 AM, thstart  wrote:

> Just installed  1.6.0 SDK
>
> When running my app got the messages:
>
> WARNING  2011-11-08 09:33:04,487 rdbms_mysqldb.py:90] The rdbms API is not
> available because the MySQLdb library could not be loaded.
>
>
This is an ignorable warning-- it shouldn't cause you any problems.

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



Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-09 Thread Alfred Fuller
Can you be more specific about what extra entities are actually being
written. The SDKs now split batch get/delete/puts, are you sure you aren't
just seeing that?

On Tue, Nov 8, 2011 at 9:02 AM, Alexis  wrote:

> I've got a small "issue" with this release:
> the development server is writing many more entities to the local
> datastore (log entries?).
>
> As I have a hook on datastore write ops to log what is put and when,
> it's polluting my logs but that's not the point:
> My "issue" is that the local datastore file is getting bigger and
> bigger while I run requests on my dev server.
> Previously, this file size was stable. Now when I restart the dev
> server, it takes much more time as it have to load a bigger datastore
> file (several MB),
> full of things I don't use.
>
> Is there a way to prevent the dev server from adding these entities?
> Thanks
>
>
> On 7 nov, 22:34, "Gregory D'alesandre"  wrote:
> > There isn't a summary of changes as it was a complete re-write, that
> being
> > said if you want to see the old terms you can find them here:
> http://code.google.com/appengine/terms_4.html
> >
> > Thanks,
> >
> > Greg
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Nov 7, 2011 at 1:31 PM, pdknsk  wrote:
> > > Is there a summary of the TOS changes available? I accepted without
> > > reading (as many probably have).
> >
> > > --
> > > 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.
>
> --
> 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.
>
>

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



Re: [google-appengine] Re: 1.6.0 is now launched

2011-11-18 Thread PK
Alfred/Alexis,

have you gotten anywhere with this issue? Is there a case opened?

I agree that what Alexis reports is indeed a very serious issue. Please 
take a look at issue 
6355for the way 
it manifests itself in my environment.

Thanks,
PK

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