Windows handles NETBIOS server names just like any other DNS entry, so you can ping, http:// or ftp to any computer on your Windows network. While Linux binds those computers also via Samba, it does not export that information to the rest of the networking stack, i.e. this will fail: ping win7machine This post [1] … Continue reading Resolving smb server names in Linux
Tag: network
Varnish, session_linger and dropped connections
Recently I conducted a load test on my beloved low end Ubuntu 8.04 VPS. The setup consists of a mysql 5.1 DB, a Tomcat 6 webapp, openjdk 6 and Varnish 2.1.2. The load generator was issuing HTTP GET requests through a DSL connection which were supposed to create a decent load on Tomcat. To my … Continue reading Varnish, session_linger and dropped connections