Changeset 438 for trunk/pdns/pdns/docs/pdns.sgml
- Timestamp:
- 07/10/05 16:31:16 (8 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r437 r438 88 88 </para> 89 89 <para> 90 Currently several big ISPs are evaluating the PowerDNS recursor for their resolving needs, some of them have switched already. 91 In the course of testing, over 350 million actual queries have been recorded and replayed, the answers turn out to be satisfactorily, 92 although we are still looking into some very minor discrepancies (less than 0.05% of queries have unexplained differences). 93 </para> 94 <para> 95 This testing has verified that the pdns recursor, as shipped in this release, can stand up to heavy duty ISP loads 96 (over 20000 queries/second) and in fact does so better than major other nameservers. 97 </para> 98 <para> 99 We invite ISPs who note recursor problems to record their problematic traffic and replay it using the tools described in 100 <xref linkend="analysis"> to discover if PowerDNS does a better job, and to let us know the results. 101 </para> 102 <para> 103 In other news, the entire Wikipedia constellation now runs on PowerDNS using the Geo Backend! Thanks to Mark Bergsma 104 for keeping us updated. 105 </para> 106 <para> 90 107 General bugs fixed: 91 108 <itemizedlist> … … 97 114 <listitem> 98 115 <para> 99 Fix backend restarting logic (reported, and suggested fixby Norbert Sendetzky)116 Fix backend restarting logic (reported, and fix suggested by Norbert Sendetzky) 100 117 </para> 101 118 </listitem> … … 143 160 </para> 144 161 </listitem> 162 <listitem> 163 <para> 164 Generic MySQL would not compile on 64-bit platforms. 165 </para> 166 </listitem> 145 167 </itemizedlist> 146 168 </para> … … 165 187 <listitem> 166 188 <para> 167 Extended regression tests, moved it to the new 'sdig' tool. 168 </para> 169 </listitem> 170 <listitem> 171 <para> 172 Bind2backend is now blazingly fast, and highly memory efficient to boot. As a special bonus it can read gzipped zones directly. 189 Extended regression tests, moved them to the new 'sdig' tool (see below). 190 </para> 191 </listitem> 192 <listitem> 193 <para> 194 Bind2backend is now blazingly fast, and highly memory efficient to boot. As a special bonus it can read gzipped zones directly. The '.NET' zone 195 is hosted using 401MB of memory, the same size as the zone on disk. 173 196 </para> 174 197 </listitem> … … 181 204 </para> 182 205 </listitem> 206 <listitem> 207 <para> 208 LDAP backend has been updated (Norbert Sendetzky). 209 </para> 210 </listitem> 183 211 </itemizedlist> 184 212 </para> 185 213 <para> 186 See <xref linkend="recursion"> for details. Recursor improvements and fixes: 214 Recursor improvements and fixes. 215 See <xref linkend="recursion"> for details. The changes below mean that all of the caveats listed for the recursor have now been addressed. 187 216 <itemizedlist> 188 217 <listitem> … … 292 321 </para> 293 322 </listitem> 294 <listitem> 295 <para> 296 Generic MySQL would not compile on 64-bit platforms. 323 324 <listitem> 325 <para> 326 Generic Oracle Backend, sponsored by Register.COM. See <xref linkend="goracle">. 297 327 </para> 298 328 </listitem> 299 329 </itemizedlist> 300 330 </para> 301 <para>302 New technology:303 <itemizedlist>304 <listitem>305 <para>306 Added the new DNS parser logic, called MOADNSParser. Completely modular, every memory access checked.307 </para>308 </listitem>309 <listitem>310 <para>311 'sdig', a simple dig workalike with 'canonical' output, which is used for the regression tests. Based on the new DNS parser logic.312 </para>313 </listitem>314 <listitem>315 <para>316 Generic Oracle Backend, sponsored by Register.COM. See <xref linkend="goracle">.317 </para>318 </listitem>319 </itemizedlist>320 </para>321 331 </sect2> 322 332 323 </sect2>324 333 <sect2 id="changelog-2-9-17"><title>Version 2.9.17</title> 325 334 <para>