ØMQ \zeromq\: Ø The socket library that acts as a concurrency framework. Ø Carries messages across inproc, IPC, TCP, and multicast. Ø Connect N-to-N via fanout, pubsub, pipeline, request-reply. Ø Fast enough for clustered products and supercomputing. Ø Asynch I/O for scalable multicore message-passing apps. Ø Large and active open source community. Ø 20 languages including C, C , Java, .NET, Python. Ø Most OSes including Linux, Windows, OS X. Ø LGPL free software with full commercial support from iMatix.
- Andre
Issues mounting Win7 shares. All but cli fails. sudo mount -t cifs //computer_name/server /home/username/share -o username=xxxx,password=xxxxx,iocharset=utf8,file_m ode=0777,dir_mode=0777
- Andre