<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Funny thing. It turns out, by resetting the printer type, the Broke
Pipe error is gone.<br>
Thanks for all the response.<br>
<br>
Richard<br>
<br>
Kenneth Brody wrote:<br>
<blockquote
cite="mid20060306155607.nms84g4kosws88c8@webmail.spamcop.net"
type="cite">
<pre wrap="">Quoting Fairlight (Mon, 6 Mar 2006 15:39:02 -0500):
[...]
</pre>
<blockquote type="cite">
<pre wrap="">In general, what generates SIGPIPE (Broken Pipe) is either writing to
or reading from the file descriptors of another process, a named pipe,
or socket, and having that process, named pipe, or socket disappear
before an attempt at another I/O operation is attempted. The "pipe"
is no longer present, and the signal is generated because there's in
effect nothing left to talk to--nothing is holding the other end of
the line, so to speak.
</pre>
</blockquote>
<pre wrap=""><!---->[...]
Actually, this only happens to the writing end if the reading end has
been closed. If the writing end is closed, the reading end simply
sees EOF.
--
KenBrody at BestWeb dot net spamtrap: <a class="moz-txt-link-rfc2396E" href="mailto:g8ymh8uf001@sneakemail.com"><g8ymh8uf001@sneakemail.com></a>
<a class="moz-txt-link-freetext" href="http://www.hvcomputer.com">http://www.hvcomputer.com</a>
<a class="moz-txt-link-freetext" href="http://www.fileProPlus.com">http://www.fileProPlus.com</a>
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
</blockquote>
<br>
</body>
</html>