packet-examples

Example packets

Is there somewhere I can find examples of properly formed packets for a varaiaty of things, like HTTP, FTP, and other protocols? Update: I don't want to just sniff my own packets because I want to be sure that the packets are formed properly, and that the programs associated with them are doing their job correctly. ...

Example of moving from MySQL to NoSQL?

Hello, For a Facebook-like site, ie. which is write-intensive and delivers user-customized pages, I'd like to build a prototype to investigate whether the document-centric NoSQL architecture would be a good alternative to sharding and reduce the load on the single master (+ multiple slaves) that we currently use and is the bottleneck. ...