Changes between Version 9 and Version 10 of LargeScaleDNSSECBCP
- Timestamp:
- 07/12/12 10:27:44 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LargeScaleDNSSECBCP
v9 v10 39 39 * If you use MySQL or PostgreSQL on Linux and you connect over TCP/IP to 127.0.0.1, and you run a big slaving operation, you will need to set 40 40 /proc/sys/net/ipv4/tcp_tw_recycle to 1 to prevent errors about the kernel being unable to assign an address connecting to 127.0.0.1. Alternatively, connect via UNIX domain sockets. 41 42 * PowerDNS can be compiled against a variety of crypto libraries. The default library, PolarSSL, works well but if compiled with Botan, you will get around twice the signing performance. Check which library is used with 'pdnssec test-algorithms'. Our static binaries come with Botan. 41 43 42 44 == Somewhat PowerDNS related ==