EyNuel / cTraceo

An Underwater Acoustic Raytracing Model. Check our wiki for more information
http://eynuel.github.com/cTraceo/
Other
11 stars 7 forks source link

Split into client/server parts #30

Open EyNuel opened 11 years ago

EyNuel commented 11 years ago

The client should read input files and send them to the server in the form of a settings struct (using sockets?).

The server:

Q: Should the server write the results to a file or send them back to the client? A: Probably best to send back to client

Client may optionally handle a pool of servers and keep 2nd queue of tasks:

Actually, instead of putting all this functionality into the client, keep the client simple (only does dispatching and receiving of results) and write a 3rd program for load balancing called poolManager