[openi18n-im:01255] Re: user-running iiim server discussion
Motonobu Ichimura <[email protected]>
| Newsgroups | gmane.comp.internationalization.input-methods |
|---|---|
| Organization | Momonga Project |
| Message-ID | <[email protected]> |
Hi, On Sun, 27 Feb 2005 21:54:50 -0800 (PST) Hideki Hiura <[email protected]> wrote: > > From: AShiZaWa KaZuNoRi <[email protected]> > > My proposal is to add (1). > > Would you elaborate this a little more? > > We may want to add something like build/install/runtime configuration > options for easy switching, but with UNIX domain socket on user's > private path and the option "-user" which Motonobu added a while ago, > isn't the (1) already there? > > Or you are talking about further enhancement of current -user option? > > > I assume (2) is what you are referring. > > Having (2) sounds like a nice convenient option for private server. when I implemented "-user" option to IIIMSF, I also implemented some feature to IIIMCF as well. now IIIMCF's default behaivior is 1) try to connect to "/tmp/.iiimp-unix-${USER}" 2) if 1) failes, try to connect to "/tmp/.iiimp-unix/9010" 3) if 2) failes , try to connect "localhost:9010" gimlet uses IIIMCF, so, if IIIMSF(privileged or not) is running, gimlet can determine preferable IIIMSF. our remaining tasks related this topics for gimlet is to add "hook IIIMSF if user specifies to do so" code, I think.