Subject: Re: AST 4-port
To: Matthias Scheler <tron@lyssa.owl.de>
From: None <bolo@cs.wisc.edu>
List: port-i386
Date: 10/23/1996 20:34:03
> I purchased a AST 4-port today which will be used in a router soon.
> I would like to know wether I should better use it as 4 normal
> serial ports or in the advanced interrupt sharing mode. The router
> has enough interrupts free so that's not the point. Which solution
> gives the best performance and the lowest risc of losing characters?

Shared interrupt is the better mode.   One interrupt overhead can
service several fifos.  That versus an interrupt overhead per-fifo.
The ast handler re-examines the per-fifo interrupts as it
processes the interrupt; heavy traffic on multiple lines may have
even less overhead than that!

bolo