Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3402

Provide a perl Unix Socket implementation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9.3
    • 0.10.0
    • Perl - Library
    • None

    Description

      Now that perl socket code was refactored with virtual overrides, it will be easier to provide a unix socket implementation.

      Desired usage:

      server:
      my $serversock = new Thrift::UnixServerSocket($path);
      or
      my $serversock = new Thrift::UnixServerSocket(path => $path, queue => $queue);

      client:
      my $sock = new Thrift::UnixSocket($path);

      Leverage the refactored socket code in perl that was added in 0.9.3 using virtual overrides.

      Attachments

        Activity

          People

            jking3 James E. King III
            jking3 James E. King III
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: