[zeromq-dev] ZeroMQ File Server

Pieter Hintjens ph at imatix.com
Sat May 14 08:20:24 CEST 2011


Thomas,

> I have just posed a small, quick article on the back end required for a VERY
> simple file server in ZeroMQ, for those of you interested:
> http://red45.wordpress.com/2011/05/13/zeromq-file-server/

Very nice. Making a file server was one of the items on the (very
long) list for the Guide. If you do want to make a general purpose
server, I'd consider:

* using a large block size, e.g. 64K at least, for performance reasons
* make it work both from server-to-client and client-to-server
* implementing a simple staging protocol to allow restartable file transfers

If you want a sketch for a staging protocol I've got one somewhere.

Cheers
Pieter



More information about the zeromq-dev mailing list