vrs-development
[Top][All Lists]
Advanced

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

Re: [Vrs-development] Webservice Execution Engine


From: Eric Altendorf
Subject: Re: [Vrs-development] Webservice Execution Engine
Date: Thu, 5 Dec 2002 00:16:17 -0800
User-agent: KMail/1.4.1

On Tuesday 03 December 2002 15:48, Chris Smith wrote:
> Between decoding the request message and invoking
> ExecutionEngine.exe the VM Process will get hold of the bytecode
> for the dll containing the method to be executed.  It will be in
> memory, not on disk.  The reason for this is that it will come from
> another architecture component via a message or be cached.
> Basically there may never be a disc image of the .dll to be loaded
> by the ExecutionEngine.
>
> ILEngine doesn't support the execution of memory buffers, or
> Assembly instantiation from a memory buffer AFAIK.

If you can arrange the bytecode in memory in the same format in which 
it would be found on disk, you could just send it through a named 
pipe, right?

Just a thought...

Eric

-- 
"First they ignore you.  Then they laugh at you.
 Then they fight you.  And then you win."             -Gandhi




reply via email to

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