Let’s write a simple tcp server/terminal. Usually my way of thinking must be adapted to the programming language being used. This is my small attempt to modify how the language works to my thinking. I call it event based problem solving.
Archive for January, 2010
Encrypted backup design
January 17th, 2010
No Comments
This is the first draft of the structural design behind the new backup solution called b4f. Currently the main goal is to have a system for encrypted off-site backup allowing for incremental backups. This will be a slightly technical post, but remember that anything, even the goals, can change.
Measuring delay in webserver response
January 15th, 2010
No Comments
This is how to measure a webserver delay from the request to the first response. Thus it will only measure the time within the server, not the network delays. It is done using tcpdump to collect the data and a program I have written to extract the response time.
