>>>>> "OP" == Oron Peled <[EMAIL PROTECTED]> writes:

OP> On Wednesday, 14 בFebruary 2007 01:40, Benny Amorsen wrote:
>> >>>>> "OP" == Oron Peled <[EMAIL PROTECTED]> writes:
OP> A host with several cards of different types (drivers) would have
OP> multiple 1000 interrupts/sec.
>>  Why? Just turn off interrupts on all the cards, and poll them
>> every 1ms. Then you can call zt_transmit and zt_receive on all of
>> them in order.

OP> In *different* drivers? Can you elaborate how one driver can poll
OP> cards handled by a different driver?

True, one driver can't poll another drivers cards. Each driver can
hang off the same timer interrupt though (by using the kernel timing
infrastructure).

OP> That's why my original post highlighted the lack of a global
OP> zaptel "tick" that calls the low level drivers.

OP> Such (not existing yet) mechanism would make your claim valid.

The mechanism is the generic kernel timing infrastructure.


/Benny


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to