/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
| Rank | Username | WPM | Accuracy | Date |
|---|---|---|---|---|
| 612. | Lamen (lamen_) | 55.85 | 95% | 2023-07-18 |
| 613. | coen (coencidence) | 55.82 | 96% | 2025-10-17 |
| 614. | Per (dubgeiser) | 55.81 | 97.9% | 2024-09-06 |
| 615. | Gswt (gswt) | 55.78 | 96% | 2023-11-23 |
| 616. | saeed (saeedhsv) | 55.75 | 96.3% | 2025-04-17 |
| 617. | Yeho (yeho) | 55.72 | 94% | 2018-06-06 |
| 618. | ashalisalamdanam (ashalisal... | 55.72 | 97% | 2023-08-22 |
| 619. | Pramod Adhikari (justpramod) | 55.70 | 96.6% | 2025-01-14 |
| 620. | Kit (yukit123) | 55.68 | 99.1% | 2023-12-07 |
| 621. | Slippery (1staznbum) | 55.67 | 97% | 2025-03-05 |
| 622. | Mog (moginspace) | 55.66 | 97% | 2024-08-05 |
| 623. | slayerofthend (slayerofthend) | 55.64 | 94% | 2022-08-08 |
| 624. | Supawat (tamsri) | 55.60 | 97% | 2023-07-21 |
| 625. | flying511 (flying511) | 55.56 | 97% | 2024-10-09 |
| 626. | Bud (budmc29) | 55.51 | 95% | 2017-05-28 |
| 627. | John (johnmellor) | 55.45 | 90% | 2014-10-27 |
| 628. | Andrew (andmarek) | 55.43 | 91% | 2016-05-12 |
| 629. | diocles (diocles) | 55.43 | 94% | 2023-11-16 |
| 630. | yanganyi (yanganyi) | 55.43 | 96% | 2024-05-21 |
| 631. | PUTTHETEXTABOVETHERACERS (k... | 55.41 | 88% | 2012-11-26 |
| 632. | Jai (jaideepjr) | 55.40 | 90% | 2011-11-19 |
| 633. | kadomaniac (big_time_snail) | 55.38 | 99% | 2019-07-06 |
| 634. | William (xoner) | 55.38 | 93% | 2012-06-20 |
| 635. | yethaplaya (yethaplaya) | 55.38 | 95% | 2023-07-18 |
| 636. | piimpj (pjcrowley) | 55.26 | 96% | 2019-08-08 |
| 637. | AxNinjaX (axninjax) | 55.22 | 94% | 2024-12-30 |
| 638. | Kevin (whisper_go) | 55.18 | 96% | 2025-04-23 |
| 639. | av (bsod2528) | 55.15 | 94% | 2024-04-02 |
| 640. | Lena (lenag) | 55.14 | 96% | 2017-11-03 |
| 641. | Skraber (vilfred) | 55.14 | 95% | 2025-07-31 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |