Hi,

Im not sure. When I change the accept to include 'tcpNoDelay=1' as below:

p =
subprocess.Popen("/home/buildslave/source/libo-core/instdir/program/soffice
--accept=\"socket,host=localhost,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager\"
--headless", shell=True, env=myenv)

I get no noticeable difference.


- Maarten.



On Tue, Jan 6, 2015 at 12:01 PM, Noel Grandin <n...@peralex.com> wrote:

>
> Just a guess, but I would suspect that setting the TCP_NODELAY socket
> option on both ends of the socket would speed things up considerably.
>
> I think that some BSD-based operating systems have a loopback shortcut in
> their networking code, which would explain some of the speed difference
> between Linux and OSX.
>
> Disclaimer: http://www.peralex.com/disclaimer.html
>
>
>
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to