[appengine-java] Re: Purge _ah_SESSION ???

2010-01-08 Thread Jorge
I found another issue with the /_ah/sessioncleanup servlet. On almost
every run, a huge amount of cpu usage is reported!

Example:
01-08 07:40AM 53.487 /_ah/sessioncleanup?clear 200 12275ms 7365cpu_ms
3845api_cpu_ms 0kb

Jorge Gonzalez

On Jan 7, 8:15 pm, Jorge athenas...@gmail.com wrote:
 The /_ah/sessioncleanup servlet works ok, but it cleans only 100
 expired sessions at a time, so one needs to run it often enough to
 avoid expired sessions to accumulate and no so often that it won't
 have too few sessions to purge.

 Kind of complicated!!

 Someone knows of a better solution?

 Jorge Gonzalez

 On Jan 7, 4:13 am, m seleron seler...@gmail.com wrote:

  Hi,

  I am sorry for not understanding easily.

  I retrieved this Group

  Is this thread 
  usefulhttp://groups.google.com/group/google-appengine-java/browse_thread/th...

  You may find more useful information .
  Please look for it.

  Thanks.

   Where should I look for this sessionCleanupServlet?

   On Jan 7, 6:01 am, m seleron seler...@gmail.com wrote:

Hi,

Though it is likely already to have tried.
You might solve the problem by examining sessionCleanupServlet.

thanks.

On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote:

 Is there a way to delete old _ah_SESSION entities? I found a post
 about deleting all sessions, both from the datastore and from
 memcache, but I am looking a clean  way to delete past sessions and
 preserve the active ones.

 Thanks,

 Jorge Gonzalez
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Purge _ah_SESSION ???

2010-01-08 Thread Jorge
And worst.

#
01-08 10:11AM 36.094 /_ah/sessioncleanup?clear 500 10275ms 17617cpu_ms
13845api_cpu_ms 4kb
See details

0.1.0.1 - - [08/Jan/2010:10:11:46 -0800] GET /_ah/sessioncleanup?
clear HTTP/1.1 500 4868 - - wcondominios.appspot.com

#
W 01-08 10:11AM 46.311

/_ah/sessioncleanup
com.google.appengine.api.datastore.DatastoreTimeoutException: Unknown


Jorge Gonzalez

On Jan 8, 11:13 am, Jorge athenas...@gmail.com wrote:
 I found another issue with the /_ah/sessioncleanup servlet. On almost
 every run, a huge amount of cpu usage is reported!

 Example:
 01-08 07:40AM 53.487 /_ah/sessioncleanup?clear 200 12275ms 7365cpu_ms
 3845api_cpu_ms 0kb

 Jorge Gonzalez

 On Jan 7, 8:15 pm, Jorge athenas...@gmail.com wrote:

  The /_ah/sessioncleanup servlet works ok, but it cleans only 100
  expired sessions at a time, so one needs to run it often enough to
  avoid expired sessions to accumulate and no so often that it won't
  have too few sessions to purge.

  Kind of complicated!!

  Someone knows of a better solution?

  Jorge Gonzalez

  On Jan 7, 4:13 am, m seleron seler...@gmail.com wrote:

   Hi,

   I am sorry for not understanding easily.

   I retrieved this Group

   Is this thread 
   usefulhttp://groups.google.com/group/google-appengine-java/browse_thread/th...

   You may find more useful information .
   Please look for it.

   Thanks.

Where should I look for this sessionCleanupServlet?

On Jan 7, 6:01 am, m seleron seler...@gmail.com wrote:

 Hi,

 Though it is likely already to have tried.
 You might solve the problem by examining sessionCleanupServlet.

 thanks.

 On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote:

  Is there a way to delete old _ah_SESSION entities? I found a post
  about deleting all sessions, both from the datastore and from
  memcache, but I am looking a clean  way to delete past sessions and
  preserve the active ones.

  Thanks,

  Jorge Gonzalez
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Purge _ah_SESSION ???

2010-01-07 Thread Peter Ondruska
Where should I look for this sessionCleanupServlet?

On Jan 7, 6:01 am, m seleron seler...@gmail.com wrote:
 Hi,

 Though it is likely already to have tried.
 You might solve the problem by examining sessionCleanupServlet.

 thanks.

 On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote:



  Is there a way to delete old _ah_SESSION entities? I found a post
  about deleting all sessions, both from the datastore and from
  memcache, but I am looking a clean  way to delete past sessions and
  preserve the active ones.

  Thanks,

  Jorge Gonzalez
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Purge _ah_SESSION ???

2010-01-07 Thread m seleron
Hi,

I am sorry for not understanding easily.

I retrieved this Group

Is this thread useful
http://groups.google.com/group/google-appengine-java/browse_thread/thread/4f0d9af1c633d39a/875921846a160b52?lnk=gstq=sessionCleanupServlet+%23875921846a160b52pli=1

You may find more useful information .
Please look for it.

Thanks.

 Where should I look for this sessionCleanupServlet?

 On Jan 7, 6:01 am, m seleron seler...@gmail.com wrote:

  Hi,

  Though it is likely already to have tried.
  You might solve the problem by examining sessionCleanupServlet.

  thanks.

  On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote:

   Is there a way to delete old _ah_SESSION entities? I found a post
   about deleting all sessions, both from the datastore and from
   memcache, but I am looking a clean  way to delete past sessions and
   preserve the active ones.

   Thanks,

   Jorge Gonzalez


-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Purge _ah_SESSION ???

2010-01-07 Thread Jorge
The /_ah/sessioncleanup servlet works ok, but it cleans only 100
expired sessions at a time, so one needs to run it often enough to
avoid expired sessions to accumulate and no so often that it won't
have too few sessions to purge.

Kind of complicated!!

Someone knows of a better solution?

Jorge Gonzalez

On Jan 7, 4:13 am, m seleron seler...@gmail.com wrote:
 Hi,

 I am sorry for not understanding easily.

 I retrieved this Group

 Is this thread 
 usefulhttp://groups.google.com/group/google-appengine-java/browse_thread/th...

 You may find more useful information .
 Please look for it.

 Thanks.

  Where should I look for this sessionCleanupServlet?

  On Jan 7, 6:01 am, m seleron seler...@gmail.com wrote:

   Hi,

   Though it is likely already to have tried.
   You might solve the problem by examining sessionCleanupServlet.

   thanks.

   On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote:

Is there a way to delete old _ah_SESSION entities? I found a post
about deleting all sessions, both from the datastore and from
memcache, but I am looking a clean  way to delete past sessions and
preserve the active ones.

Thanks,

Jorge Gonzalez
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Purge _ah_SESSION ???

2010-01-06 Thread m seleron

Hi,

Though it is likely already to have tried.
You might solve the problem by examining sessionCleanupServlet.

thanks.

On 1月7日, 午後1:18, Jorge athenas...@gmail.com wrote:
 Is there a way to delete old _ah_SESSION entities? I found a post
 about deleting all sessions, both from the datastore and from
 memcache, but I am looking a clean  way to delete past sessions and
 preserve the active ones.

 Thanks,

 Jorge Gonzalez
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.