On 25 Mar 2003, Lars Gullik Bjønnes wrote:
> I wan thinking of an idea where the LyXServer only was able to talk
> with sockets. And then have a LyXPipeProxy that creates pipes and
> communicates with this socket.
The interface to the socket could be done entirely by lyxclient, which
could send
On Tue, 25 Mar 2003, Angus Leeming wrote:
> Joao Luis Meloni Assirati wrote:
> > Okay, but it helps if the client was spawned by lyx, which case will be
> > the most frequent.
>
> If the client was spawned by lyx then named pipes are not needed at all. See
> the code in src/ispell.C for an examp
Angus Leeming <[EMAIL PROTECTED]> writes:
| Joao Luis Meloni Assirati wrote:
| > Okay, but it helps if the client was spawned by lyx, which case will be
| > the most frequent.
|
| If the client was spawned by lyx then named pipes are not needed at all. See
| the code in src/ispell.C for an examp
Joao Luis Meloni Assirati wrote:
> Okay, but it helps if the client was spawned by lyx, which case will be
> the most frequent.
If the client was spawned by lyx then named pipes are not needed at all. See
the code in src/ispell.C for an example of non-named pipes. We should
create a class simila
Hi, Jean-Marc,
thank you for the answer, and sorry for the delay.
On 19 Mar 2003, Jean-Marc Lasgouttes wrote:
> > "Joao" == Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes:
>
> Joao> Normal clients, though, will be spawned by lyx childs (eg. xdvi
> Joao> as with "inverse dvi search") s
> "Joao" == Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes:
Joao> Normal clients, though, will be spawned by lyx childs (eg. xdvi
Joao> as with "inverse dvi search") so the alternative in this case
Joao> points to set an environment variable LYXTMP with equal to
Joao> /tmp/lyx_tmpdir8814
Hello,
Some of the problems faced with the use of lyxpipes are:
1. they must be in a place known to the client
2. they should be in /tmp because their creation in home is not always
allowed
3. they should be "per process" to allow two simultaneously running lyxes
to have clients
4. there s