Hi all, I am using Hypertable as a database in the system where user can run their queries from any machine from the network. The architecture if the system is:
There can be n nodes, sending queries (string) to Hypertable, which is running on a machine with local DFS broker. These n machines(clients) use sockets to get connected to Hypertable. I have added the corresponding server code to the file src/cc/Tools/ hypertable/hypertable.cc, which accepts connection from these diff clients. For every new request, the server created a new thread. So the server is multi-threaded. And this new thread further executes the HQL query. My questions are: 1. Is there a functionality/module provided by the Hypertable which can replace this socket connection part. So that, even client has hypertable code, using which it can connect to server machine(again hypertable) and send queries. Note: Here client's job is only to maintain connection with Server and send queries for execution. 2. I think src/cc/DFSBroker/local provides such functionality.. not sure though. how to run the localbroker from bin? 3. Is there a detailed document/paper which describes the architecture in detail? Thanks in advance, Waiting for the answers/suggestions. Regards, Harshada -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en.
