Come to think of it, I think we didn't use the variant that uses a
separate thread for writing to disk. Ours is the 'in-process'
filestore. That might explain why we don't seem to experience
threading issues.

Martijn

On 9/30/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> Well, it has worked well for you. But there are people complaining
> about threading issues, which DiskPageStore doesn't have (doesn't
> there are no issues we don't know of yet :) )
>
> As for the command line utility, It's not possible as a separate
> process I'm affraid. You need window manager information which are for
> performance reasons only held in memory. But the DiskPageStore can be
> easily extended to retrieve portion of the file belonging to each
> page.
>
> -Matej
>
> On 9/30/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> > +1
> >
> > Is it possible to create a command line utility that enables you to
> > browse a user's session with the DiskPageStore? It is quite easy to do
> > that with the FilePageStore.
> >
> > The FPS has run for about half a year (still is) in a production
> > system, so it is not *that* bad. But if the DPS is much better, then I
> > am all ears.
> >
> > Martijn
> >
> > On 9/30/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > since we have DiskPageStore and it seems to work quite well and there
> > > are known threading issues in FilePageStore which noone seems to want
> > > to fix, I propose a vote to remove FilePageStore, as it no longer
> > > seems to be necessary.
> > >
> > > Thus the options are:
> > >
> > > [  ]  Remove FilePageStore
> > > [  ]  Keep FilePageStore, because I need it for <insert why> and
> > > DiskPageStore doesn't cut it because <insert why>
> > >
> > > -Matej
> > >
> >
> >
> > --
> > Buy Wicket in Action: http://manning.com/dashorst
> > Apache Wicket 1.3.0-beta3 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/
> >
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

Reply via email to