Issue 123888

Summary: Pipe connector put sockets somewhere other than /tmp
Product: General Reporter: Marcin <marcin.tustin>
Component: scriptingAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: elish, issues
Version: 4.0.1   
Target Milestone: ---   
Hardware: All   
OS: Unix, all   
Issue Type: ENHANCEMENT Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---

Description Marcin 2013-12-19 20:01:07 UTC
This is a feature request. It would be useful in a shared hosting environment to be able to use the pipe connecter to create a domain socket somewhere other than /tmp.

I propose that if the name component of the acceptor string is a path (i.e. it contains separator), it is treated as filename specifying where to put the socket.
Comment 1 Ariel Constenla-Haile 2014-03-03 14:40:14 UTC
To reproduce, start OpenOffice with the -accept option:

/opt/openoffice4/program/soffice  "-accept=pipe,name=$USER;urp;"

Then look at /tmp, you'll find a socket file named /tmp/OSL_PIPE_[N]_[$USER]
Comment 2 Edwin Sharp 2014-03-03 18:32:36 UTC
Thank you Ariel