Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / THH / RPC.hs @ 2992f2f7

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
a85aef5c 02/14/2014 11:46 am Petr Pudlak

Add a generic RPC module

The main function in this module takes a list of names of functions and
uses TH to create an RPC server, represented as a value of type Handler
(from Ganeti.UDSServer). This can be readily used to create a daemon
that dispatches RPC requests to the given functions....