HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
simple_server_test.py File Reference

Go to the source code of this file.

Classes

class  simple_server_test.GetHandler
 

Namespaces

 simple_server_test
 

Variables

int simple_server_test.PORT = 9000
 
 simple_server_test.Handler = GetHandler
 
 simple_server_test.httpd = SocketServer.TCPServer(("", PORT), Handler)