|
From: Rui N. C. <rn...@rn...> - 2004-01-06 00:12:33
|
Christian Schoenebeck wrote: > >> How about a shared memory access to the engine? > > Not at the moment, but might be added later. I don't see a big need for > this at the moment. Rui planned to write a C library first being just a > wrapper for the protcol, but that lib might be extended later with a > shared memory access method internally (in case frontend and LS are > running on the same host) without modifying the interface of the lib. > Yep. I'm working on the protocol C interface right now, but I'm a bit slow and still on the barebones, so don't expect anything fancy this week :) The way I'm seeing it, this interface may be sort of an abstraction layer for the protocol, so that in any foreseable future one can switch over other ipc infrastructure instead of inet sockets (e.g. shm), if just someone care to code it :) But right now I'll be stuck with the tcp/udp stuff. FYI this is taking the form of multithreaded client/server stuff; business as usual ;) Regards, -- rncbc aka Rui Nuno Capela rn...@rn... |