spiders and docs (was: [Seaside] REST and Seaside)

Avi Bryant avi.bryant at gmail.com
Tue Apr 12 00:48:21 CEST 2005


On Apr 11, 2005 11:36 PM, Michal <miso.list at auf.net> wrote:
> 
> Just a me-too here to confirm that this can be a catch when using
> seaside, at least v2.3. I've recently seen the same two problems:
> 
> i. spiders hitting seaside every few seconds, apparently due to the
> dynamically generated unique urls, and bringing the session count to
> thousands (in my case the spider was jeeves/teoma)

Ok, so clearly this is a problem we need to deal with (I've never seen
it because all the apps I've deployed have login pages :).  Does
anyone have any suggestions?  Cees already has code in Janus for
detecting spiders; what do we do with them once we have them?

> ii. WADocumentHandler never expiring (isActive always returns true)
> and thus never getting collected, again inflating the count of seaside
> entities sticking around.

Yeah, that's a bit of a problem, but I'm not really sure what to do
about it.  You should have a finite number of static documents being
used anyway, shouldn't you?

Avi


More information about the Seaside mailing list