lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Deatach LWIP Webserver


From: Kieran Mansley
Subject: Re: [lwip-users] Deatach LWIP Webserver
Date: Mon, 18 Oct 2010 17:21:25 +0100

On Mon, 2010-10-18 at 18:16 +0200, Luis Rossi wrote:
> So just to confirm, with no RTOS, there is no such standard
> implementation?

In a nutshell, yes.  One of the main points of an OS is to make the
interface to software more standard.  If you remove that layer of code
you also remove that standardisation.  BSD sockets are particularly like
that as they are most easily implemented with threads, and threads are
usually provided by the OS, so again no OS == no BSD sockets.

Kieran




reply via email to

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