Bug #619

Spread connector does not take advantage of UNIX domain socket transport

Added by J. Moringen over 12 years ago. Updated over 12 years ago.

Status:ResolvedStart date:10/10/2011
Priority:NormalDue date:
Assignee:J. Moringen% Done:

100%

Category:C++
Target version:0.5

Description

Even when configured without a hostname or "localhost", the Spread connector calls SP_connect in a way that unconditionally creates a TCP connection (instead of using a UNIX domain socket).

Associated revisions

Revision 96b3d8c7
Added by J. Moringen over 12 years ago

Allow Spread connector to use UNIX domain sockets
fixes #619
  • src/rsb/transport/spread/SpreadConnection.{h,cpp}: renamed member
    spreadhost -> spreadname; changed logic for computing spreadname to
    use only the port if no host is specified; this allows using
    Spread's UNIX domain socket transport by not specifying a host

History

#1 Updated by J. Moringen over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2822.

Also available in: Atom PDF