Re: Vote: Remove FilePageStore

2007-09-30 Thread Martijn Dashorst
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 fo

Re: Vote: Remove FilePageStore

2007-09-30 Thread Igor Vaynberg
On 9/30/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > > [X] Remove FilePageStore -igor

Re: Vote: Remove FilePageStore

2007-09-30 Thread Matej Knopp
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 informati

Re: Vote: Remove FilePageStore

2007-09-30 Thread Martijn Dashorst
+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 bette

Re: Vote: Remove FilePageStore

2007-09-30 Thread Matej Knopp
[X] Remove FilePageStore [ ] Keep FilePageStore, because I need it for and -Matej

Vote: Remove FilePageStore

2007-09-30 Thread Matej Knopp
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 Fil

Re: We need to know whether page is stateless _before_ render starts

2007-09-30 Thread Matej Knopp
Heh, thinking of this, it wouldn't work. Link implements ILinkListener, form implements IFormSubmitListener. Component implementing IRequestListener doesn't determine it's statefullness. -Matej On 9/27/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > well, what if instead of detecting this on urlfo

Re: We need to know whether page is stateless _before_ render starts

2007-09-30 Thread Johan Compagner
didnt we have this discussion already in another thread some days ago?? But we already have pretty much what you want. page.isStateless() can be called before the page render. 1 requerement then: isStatelessHint() should be correctly implemented by components and behaviors On 9/27/07, Matej Knopp