My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 20
epoll + 线程池 做到支持 1:10000 以上的并发不成问题,呵呵 由于使用了 epoll 和 futex (添加中,.....) 和 clone 建立的共享全部内存的进程 ( 目前暂时使用线程) 基本上就没有打算支持 Linux 以外的平台, 呵呵. 因为其实是基于进程的,所以稳定性非常优秀。 又因为是共享了全部内存的进程,所以通信非常方便,高效 TODO: move locks to futex, we need faster speed use clone and create chared process instead of threa...
I intend to write a framework for writing fast and scalable network applications in ruby.
`cogen` is a crossplatform library for network oriented, [http://en.wikipedia.org/wiki/Coroutine coroutine] based programming using the [http://www.python.org/dev/peps/pep-0342/ enhanced generators] from python 2.5. The project aims to provide a simple straightforward programming model similar to th...
通用高性能网络服务器端开发框架+应用例程 下载后请先看README, Wiki区可以共同讨论。 Robust & fast & crossplatform library for network programe。 Base on the fast and robust web server framework : apache httpd ,epoll for linux; kqueue for bsd; poll for any. zhoubug 四海 E-Mail:chinasihai@gmail.com MSN...
==NCache is now in nginx core , you can use it as nginx proxy cache. see [http://wiki.nginx.org/NginxHttpProxyModule#proxy_cache here]== NCache is out of maintaince from 2009.1.1 =What is ncache?= a web cache system base on nginx web server. faster and more efficient than squid. we h...
===*What is memcached-tag?*=== Memcached is a high-performance, distributed memory object caching system. We add "Tag Function" for memcached. Propose is remove several keys with the same tag in one operation. This function will help the API programmers (such as php) do the delete operation ea...
Magnum is a pure python HTTP server that is fast and efficient with resources. It is ideal for serving dynamic python-generated pages. == Features: == * Written in pure python * Elegant, extensible and customizable * No connectors needed to serve python web applications such ...
一个纯python实现的,具有基于‘yield’表达式实现的协程特性的web引擎。 A web engine base pure python coroutines feature, which implement by 'yield' expressions. 整个项目源自于"[http://www.dabeaz.com/coroutines/ A Curious Course on Coroutines and Concurrency]" 这篇讲座。 All this derived from "[http://www.dabeaz.com/coroutines/ A C...
icub3d-networking provides a simple networking interface for clients and servers. It uses the new epoll interface.
More and more applications are coming to rely on pyevent. The problem is that pyevent itself requires compiling external modules and therefore presents a deployment hurdle. The rel module is a drop-in replacement for pyevent that completely emulates pyevent's interface, behavior and functionality on...
1 2 Next