On 10/17/06, Martin Baehr <[EMAIL PROTECTED]> wrote:
[...]
> i guess from one aspect it would be nice if fish could be more robust with 
> regards to working without fishd. (the only thing that should be lacking 
> should be universal variables...

Very true. The problem is that fish sets the value of various
universal variables, and expects those variables to exist later on.
When fishd is down, those variable assignments instead enter a black
hole. The simplest way to fix this would be to 'promote' universal
variables to global ones if fishd id dead. This could possibly cause
major confusion once fishd is up and running again. The other option,
which is slightly harder to implement, is to buffer values of
universal variables while fishd is dead, and try to merge the values
once fishd is back up. I'm not sure which value should be given
precedence when this happens, though.

-- 
Axel

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to