Content originally posted in LPCWare by nyatla on Tue Nov 01 17:47:02 MST 2011
Thank you for reply.
MiMic has Webserver and provides remote procedure call interface on it.
RPC executes the byte code for operating LPCXpresso.
A web browser packs a memory operation procedure, convert it into a byte code, and sends it to Mimic RPC Interface.
And, MiMic returns operation result.
The time concerning communications is about 5 ms to 30 ms.
I think that an average performance is 100 call/sec.
In addition, the performance of a HTTP server is about 3.6 Mbps.
Thanks