r3pl4y
No user record in our sample, but r3pl4y has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- 'Quark Fusion' Produces Eight Times More Energy Than Nuclear Fusion (hardware.slashdot.org)
- Monitoring a file to get details about write operations (mauro-stettler.blogspot.com)
- Splitting one MongoDB replicaset into two (mauro-stettler.blogspot.nl)
To scale up our MongoDB cluster, we were forced to split a running replicaset into two. The problem was that we couldn't afford any downtime, so we had to migrate while still serving many hundred queries per second.…
- Reading PHP sessions inside Nginx (mauro-stettler.blogspot.com)
-
new module to generate expiring links inside the nginx which then can be verified by another nginx module called secure download
-
I wrote a small Nginx module which allows to parse simple values out of PHP sessions that can be fetched using other Nginx modules like memcache or postgresql
-
After switching our whole environment to Nginx/PHP-FPM we discovered that this, besides much better performance, also offers us many new deployment methods.
- Nginx does not know about the DNS names of specified backend servers? (mauro-stettler.blogspot.com)
It seems that Nginx doesn't keep the DNS names that are entered in the config file available after it resolved the names into IPs one time. So no modules will be able to know if you wrote a DNS name or an IP in the…