Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ormf-dev] Useme sessions at pythia

Hi,

I have reset your session, so you are good to go again.

As far as your suggestions:
  1. A restart of the server does not help because (by design) sessions survive server restarts and crashes.

  2. Dropping all sessions at a certain time of day seems workable, but in fact could would corrupt the integrity of open documents if it is simply done brute force. The work of closing sessions does quite a bit of work to make sure that all resources being used by that client are released.

  3. A server for each developer is possible and the advantage here is that there are scripts in the Useme development with task to completely refresh the server. This would take each developer setting up a server on there own machines, though, because Pythia would never handle the load. Also you would have to learn how to build, deploy and manager the server. I am not sure if this learning curve is worth the hassle if we are going to downsize to a Web container or OSGI. I am willing, however, to support anyone who would like to bite the bullet. 

Thanks,
Joel

P   Please consider the environment before printing this e-mail. Thank you.

Joel Rosi-Schwartz                      Joel.Rosi-Schwartz@xxxxxxxxx          
Etish Limited                               http://www.etish.org/
Useme                                        https://useme.dev.java.net/                       

On 3 Aug 2008, at 16:46, Achim Lörke wrote:

Hi

while setting up the ORMF workspace and trying to run the Useme plugins I've managed to use up the user session at pythia (which is mentioned in the quick start guide as an open problem). Since I think this will happen quite often I suggest a restart of the server (or a drop of all sessions) at a specific time every day.

What's your opinion? Is this useful or more of a burden? Is there an easy way to setup a server for every developer?

Achim


--------------------------------------------------------
BREDEX GmbH
Mauernstr. 33
38100 Braunschweig

Tel.: +49-531-24330-0
Fax:  +49-531-24330-99
http: www.bredex.de

Geschäftsführer: Hans-J. Brede, Achim Lörke, Ulrich Obst
Amtsgericht Braunschweig HRB 2450

_______________________________________________
ormf-dev mailing list
ormf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ormf-dev


Back to the top