From mint-bounce@lists.fishpool.fi  Tue Aug 24 18:10:14 2010
To: Eero Tamminen <oak@helsinkinet.fi>
Subject: Re: [MiNT] AES related question: How to keep track if my  application is receiving =?UTF-8?Q?input=3F?=
MIME-Version: 1.0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit
Date: Wed, 25 Aug 2010 00:08:01 +0200
From: m0n0 <ole@monochrom.net>
Cc: <mint@lists.fishpool.fi>
Reply-To: ole@monochrom.net
In-Reply-To: <201008250012.41803.oak@helsinkinet.fi>
References: <4626a43c7aba195c991d56f16cdbc5fc-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXVxoB1E6XF1XQ0AHWVhYRA==-webmailer2@server03.webmailer.hosteurope.de>
 <op.vhwzyvaaofd6j1@descaro.mshome.net>
 <024f61f8924b1506ede6a29ee6a9058a-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJX1loA1RdMl5dSUcEXFxaSFk=-webmailer1@server01.webmailer.hosteurope.de>
 <201008250012.41803.oak@helsinkinet.fi>
Message-ID: <3d5498a43fda42a6a59ef1dc19890768-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXlloA1RTMl5dSUcEV11fSFk=-webmailer2@server04.webmailer.hosteurope.de>
X-Sender: ole@monochrom.net
User-Agent: Host Europe Webmailer/2.0
X-HE-Access: Yes
X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1282687681;4d0a1aec;
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: ole@monochrom.net
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>


Am Dienstag, den 24.08.2010, 23:12 +0200 schrieb Eero Tamminen
<oak@helsinkinet.fi>:

> 
> Is evnt_multi() interrupted by a signal delivery like select() is?
> 
> If yes, you could put the network stuff to a separate process that
> signals the UI process when downloads are completed and uses
> e.g. shared memory to share the data with the renderer.

That would mean I would have to implement an new fetcher module for
NetSurf and I don't want to do that. 

evnt_multi just doesn't deliver as much informations as e.g. Window
Message pipe...:

Windows has messages like:
WM_KEYDOWN
WM_KEYUP 

No constant polling needed within windows. 


