[Laszlo-user] Dedicated Server for LZX Rendering
Volkan YAZICI
yazicivo at ttnet.net.tr
Fri Nov 2 12:37:54 PDT 2007
Jean-Baptiste BRIAUD <jb at briaud.net> writes:
> In fact, the OL servlet accept on the file system any lzx file.
> Then, via HTTP, on the first acces it become compiled and the HTTP
> deliver the swf content. So, there is nothing to do. You "just"
> write your lzx file under the web root folder (in that great LISP
> language for eg), then, you compute the URL corresponding to this
> file and from HTTP client you get the SWF result (or DHTML).
I don't think that would be a plausible solution when you consider the
redundant I/O overhead and ugly design. But thanks for your opinions.
I'd probably try implementing a standalone Java server listening
incoming TCP connections and communicating via some basic binary
protocol (msg length, msg, output format, etc.), or switch using SWIG.
I also need to find out whether org.openlaszlo.compiler.Main handles
caching for me or I'll need to create an extra memcache layer between
server and clients.
Regards.
More information about the Laszlo-user
mailing list