Issue 123888 - Pipe connector put sockets somewhere other than /tmp
Summary: Pipe connector put sockets somewhere other than /tmp
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: 4.0.1
Hardware: All Unix, all
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 20:01 UTC by Marcin
Modified: 2014-03-03 18:32 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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