hello, first off ... thanks for a great project :-) uwsgi is *easily* one of my favorite projects to follow, right next to mongrel2 and pypy (so ongoing integration with both of them is incredibly interesting work to me).
anyways, i'm particularly intrigued by the ability to embed modules into the uwsgi binary itself. aside from a web applications container, i am developing self-contained "arbiter"-like applications for internal use at my company ... they essentially will roam about the network delegating/monitoring/etc ... i see uwsgi as a general-purpose container for all sorts of uses. in 0.9.9 there was mention of being able to append binary data to the uwsgi binary; was this specifically in reference to embedded modules? i'd like to be able to append a compressed image to the binary which could "self-extract" into a complete environment (including cpython, and later pypy). is something like this possible right now? i'll be experimenting more but i already spend hours drooling over the options+potential :-) ... i mainly want to make sure the appended image isn't consuming excessive (optimally zero) memory. thanks again for the extremely thought provoking project/framework ... it's finding it's way into everything i do. ps. completely unrelated afterthought, but has anyone successfully used the --worker-exec to lead a pack of ravenous php processes? uwsgi is a swiss-army-machete ... truly incredible :-) -- C Anthony _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
