lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] OS-less Active Web Server with RAW API.


From: Larry Piggins
Subject: Re: [lwip-users] OS-less Active Web Server with RAW API.
Date: Fri, 9 Jul 2004 07:07:35 -0700 (PDT)

--- Timmy Brolin <address@hidden> wrote:
> Why not simply set up a timer interrupts to call
> tcp_fasttmr() and 
> tcp_slowtmr() ?
> That's how I do it.
> 
> Timmy
> 

That's a vaild approach, and works fine to a point. 

We have some 15-20 tasks that all need to be serviced
on regular intervals, some on different intervals and 
of differing priorities. The state machine is a simple
system of cooperative multi-tasking that can be
extended much further than a timer interrupt, and
doesn't have the concurrency issues.

Both are valid approches, and ultimately it's up to
the application designer to determine which is needed.


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail




reply via email to

[Prev in Thread] Current Thread [Next in Thread]