a good multithreaded python webserver?
i am looking python webserver multithreaded instead being multi-process (as box mod_python apache). i wish multithreaded since i wish have an memory vigilant cache used several http threads. webserver does lot costly things computes infinite arrays needs cached memory destiny prevaricate recomputing. illusory multi-process web server environment. storing information memcache also good thought arrays infinite storing memcache lead deserialization information opening memcache removed additional over ipc.
i implemented rudimentary webserver controlling basehttpserver, gives good opening nonetheless gets stranded after few hours time. i need some-more grown webserver. illusory configure apache mod_python underneath thread denote i vigilant caching?
Comments
Post a Comment