On Wed, Jan 21, 2015 at 7:45 PM, Martin Lucina <[email protected]> wrote: > That left more obscure choices; I tried to port Monkey HTTPD for a day or > so but gave up due to its reliance on dynamically loading everything as > modules. Tried Hiawatha and got it building in about an hour.
I have faked dynamic linking in a static binary before (with LuaJIT) by replacing dlopen et al with static code that returns links to stuff thats already in the static binary. I was discussing doing that with Ruby the other day. It is slightly messy as you need a full symbol list, so some code to generate that from the binary would probably make sense. A general version would work for many languages like that... Justin ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
