sane-project-website/old-archive/2001-07/0018.html

159 wiersze
6.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: What's the status of sanei-thread?</TITLE>
<META NAME="Author" CONTENT="Karl Heinz Kremer (khk@khk.net)">
<META NAME="Subject" CONTENT="Re: What's the status of sanei-thread?">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: What's the status of sanei-thread?</H1>
<!-- received="Mon Jul 2 11:53:23 2001" -->
<!-- isoreceived="20010702185323" -->
<!-- sent="Mon, 2 Jul 2001 19:00:34 -0000" -->
<!-- isosent="20010702190034" -->
<!-- name="Karl Heinz Kremer" -->
<!-- email="khk@khk.net" -->
<!-- subject="Re: What's the status of sanei-thread?" -->
<!-- id="20010702190034.B11FB4E836@specht.khk.net" -->
<!-- inreplyto="3B40AED2.604D4136@rauch-domain.de" -->
<STRONG>From:</STRONG> Karl Heinz Kremer (<A HREF="mailto:khk@khk.net?Subject=Re:%20What's%20the%20status%20of%20sanei-thread?&In-Reply-To=&lt;20010702190034.B11FB4E836@specht.khk.net&gt;"><EM>khk@khk.net</EM></A>)<BR>
<STRONG>Date:</STRONG> Mon Jul 02 2001 - 12:00:34 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0019.html">DStevenson: "Re: Kernel 2.4.X and HP Scanjet 6300C"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0017.html">Tim Waugh: "Re: Kernel 2.4.X and HP Scanjet 6300C"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0015.html">Oliver Rauch: "Re: What's the status of sanei-thread?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0077.html">Henning Meier-Geinitz: "Re: What's the status of sanei-thread?"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0020.html">Oliver Rauch: "Re: What's the status of sanei-thread?"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#18">[ date ]</A>
<A HREF="index.html#18">[ thread ]</A>
<A HREF="subject.html#18">[ subject ]</A>
<A HREF="author.html#18">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
This does not work for USB. For consumer scanners USB is becomming
<BR>
more and more important, also the cheaper a scanner is, the more
<BR>
has to be done in software. Running two processes, one to get the
<BR>
data and the other one to process the data seems to be the ideal
<BR>
solution to improve the throughput.
<BR>
<P>So I'll pass on this one.
<BR>
<P>Karl Heinz
<BR>
<P>Oliver Rauch &lt;<A HREF="mailto:oliver.rauch@rauch-domain.de?Subject=Re:%20What's%20the%20status%20of%20sanei-thread?&In-Reply-To=&lt;20010702190034.B11FB4E836@specht.khk.net&gt;">oliver.rauch@rauch-domain.de</A>&gt; said:
<BR>
<P><EM>&gt; Karl Heinz Kremer wrote:
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; I am in the process of adding a reader thread to the EPSON backend.
</EM><BR>
<EM>&gt; &gt; I noticed that the library module sanei-thread does some of the
</EM><BR>
<EM>&gt; &gt; work that's necessary to create a reader process in a somehow
</EM><BR>
<EM>&gt; &gt; cross-platform way (at least for any OS that supports fork() and
</EM><BR>
<EM>&gt; &gt; OS/2). I also noticed that no backend is using these functions.
</EM><BR>
<EM>&gt; &gt; What's the status of this module?
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I thought about the reader_process thing and I think there is a
</EM><BR>
<EM>&gt; chance that we do not need it:
</EM><BR>
<EM>&gt; most (all?) scsi controller drivers (and some controllers in hardware)
</EM><BR>
<EM>&gt; do support scsi command queueing. When the queueing is done with
</EM><BR>
<EM>&gt; 2 scsi read commands and 2 scsi buffers who are handled a bit smart
</EM><BR>
<EM>&gt; in sane_read() we (may be) do not need the reader_process
</EM><BR>
<EM>&gt; and may be get better performence because we do not need the
</EM><BR>
<EM>&gt; pipe between the reader_process and the main process.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; May be you like to try this idea.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Bye
</EM><BR>
<EM>&gt; Oliver
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; --
</EM><BR>
<EM>&gt; Homepage: <A HREF="http://www.rauch-domain.de">http://www.rauch-domain.de</A>
</EM><BR>
<EM>&gt; sane-umax: <A HREF="http://www.rauch-domain.de/sane-umax">http://www.rauch-domain.de/sane-umax</A>
</EM><BR>
<EM>&gt; xsane: <A HREF="http://www.xsane.org">http://www.xsane.org</A>
</EM><BR>
<EM>&gt; E-Mail: mailto:<A HREF="mailto:Oliver.Rauch@rauch-domain.de?Subject=Re:%20What's%20the%20status%20of%20sanei-thread?&In-Reply-To=&lt;20010702190034.B11FB4E836@specht.khk.net&gt;">Oliver.Rauch@rauch-domain.de</A>
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; --
</EM><BR>
<EM>&gt; Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
</EM><BR>
<EM>&gt; To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20What's%20the%20status%20of%20sanei-thread?&In-Reply-To=&lt;20010702190034.B11FB4E836@specht.khk.net&gt;">majordomo@mostang.com</A>
</EM><BR>
<EM>&gt;
</EM><BR>
<P><P><P><PRE>
--
<P><P><P><P>--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20What's%20the%20status%20of%20sanei-thread?&In-Reply-To=&lt;20010702190034.B11FB4E836@specht.khk.net&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0019.html">DStevenson: "Re: Kernel 2.4.X and HP Scanjet 6300C"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0017.html">Tim Waugh: "Re: Kernel 2.4.X and HP Scanjet 6300C"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0015.html">Oliver Rauch: "Re: What's the status of sanei-thread?"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0077.html">Henning Meier-Geinitz: "Re: What's the status of sanei-thread?"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0020.html">Oliver Rauch: "Re: What's the status of sanei-thread?"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#18">[ date ]</A>
<A HREF="index.html#18">[ thread ]</A>
<A HREF="subject.html#18">[ subject ]</A>
<A HREF="author.html#18">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Mon Jul 02 2001 - 11:54:05 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>