RE: Compressing output via pipes

From: Orr, Steve (sorr_at_rightnow.com)
Date: 11/26/03


Date: Wed, 26 Nov 2003 15:40:04 -0700
To: "Paul Moore" <pf_moore@yahoo.co.uk>, <python-list@python.org>

Thanks but what about os.mknode() in 2.3? The docs don't say it's UNIX
only.

So without named pipes support in windoze there isn't ANYWAY to do this?

Windoze sucks.

Any possible non-portable pythonic way to do this in *nix?

Thanks again.

-----Original Message-----
From: python-list-bounces+sorr=rightnow.com@python.org
[mailto:python-list-bounces+sorr=rightnow.com@python.org] On Behalf Of
Paul Moore
Sent: Wednesday, November 26, 2003 3:30 PM
To: python-list@python.org
Subject: Re: Compressing output via pipes

"Orr, Steve" <sorr@rightnow.com> writes:

> Oracle provides an export utility (exp) and I have a shell script
> which compresses its output (not stdout) thru a pipe but l need a
> platform portable Python script for this.

How platform portable? If you want to do this on Windows, you're
basically out of luck, as Windows doesn't support named pipes like this.

If you're talking just Unix variants, I'd guess that a minimal shell
script is as portable as you need.

Paul

-- 
This signature intentionally left blank
-- 
http://mail.python.org/mailman/listinfo/python-list


Relevant Pages

  • Re: how do I "peek" into the next line?
    ... On Mon, 2004-12-13 at 16:44, fuzzylollipop wrote: ... Character special devices in Unix ... Named pipes in Windows NT ... gzip and zlib file objects; this file was described as being *so* large ...
    (comp.lang.python)
  • Re: authentication (SRP*, DH, TLS)
    ... The confusion probably comes from the fact that on Windows (with ... NetBIOS), named pipes are a network IPC mechanism, whereas on ... Unix named pipes when evaluating the choices for IPC on Unix ...
    (comp.programming)
  • Re: Unix socket file
    ... >> could someone please explain to me what is a unix socket file, ... > Unix domain sockets are roughly equivalent to named pipes in Windows/NT. ... Then what are named pipes in Unix roughly equivalent to? ...
    (comp.os.linux.development.system)