[tor-bugs] #6948 [Tor bundles/installation]: Shared memory for zygote mind meld

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Sep 25 05:05:09 UTC 2012


#6948: Shared memory for zygote mind meld
--------------------------------------+-------------------------------------
 Reporter:  ioerror                   |          Owner:  erinn
     Type:  enhancement               |         Status:  new  
 Priority:  normal                    |      Milestone:       
Component:  Tor bundles/installation  |        Version:       
 Keywords:                            |         Parent:       
   Points:                            |   Actualpoints:       
--------------------------------------+-------------------------------------

Comment(by stewart):

 It may be easier/simpler to take the approach of something like uuidd,
 which is spawned by libuuid on demand - and you just use a UNIX socket to
 connect to it (for Windows you'd do a named pipe).

 Basically, the first tzygotor app launched would spawn tor and get a
 socket to do SOCKS things over, subsequent ones would just get the same
 socket without spawning it. It could even be that on the last tzygotor app
 exiting, the tor daemon is shut down.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6948#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list