/** 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 |
---|---|---|---|---|
578. | lavi (reallavi) | 55.88 | 96.8% | 2024-01-21 |
579. | Lamen (lamen_) | 55.85 | 95% | 2023-07-18 |
580. | Per (dubgeiser) | 55.81 | 97.9% | 2024-09-06 |
581. | Gswt (gswt) | 55.78 | 96% | 2023-11-23 |
582. | saeed (saeedhsv) | 55.75 | 96.3% | 2025-04-17 |
583. | Yeho (yeho) | 55.72 | 94% | 2018-06-06 |
584. | ashalisalamdanam (ashalisal... | 55.72 | 97% | 2023-08-22 |
585. | stoney456 (stoney456) | 55.72 | 97% | 2025-04-08 |
586. | Pramod Adhikari (justpramod) | 55.70 | 97% | 2025-01-14 |
587. | Kit (yukit123) | 55.68 | 99.1% | 2023-12-07 |
588. | Slippery (1staznbum) | 55.67 | 97% | 2025-03-05 |
589. | Mog (moginspace) | 55.66 | 97% | 2024-08-05 |
590. | slayerofthend (slayerofthend) | 55.64 | 94% | 2022-08-08 |
591. | Supawat (tamsri) | 55.60 | 97% | 2023-07-21 |
592. | flying511 (flying511) | 55.56 | 97% | 2024-10-09 |
593. | Bud (budmc29) | 55.51 | 95% | 2017-05-28 |
594. | John (johnmellor) | 55.45 | 90% | 2014-10-27 |
595. | Andrew (andmarek) | 55.43 | 91% | 2016-05-12 |
596. | diocles (diocles) | 55.43 | 94% | 2023-11-16 |
597. | yanganyi (yanganyi) | 55.43 | 96% | 2024-05-21 |
598. | PUTTHETEXTABOVETHERACERS (k... | 55.41 | 88% | 2012-11-26 |
599. | Jai (jaideepjr) | 55.40 | 90% | 2011-11-19 |
600. | kadomaniac (big_time_snail) | 55.38 | 99% | 2019-07-06 |
601. | William (xoner) | 55.38 | 93% | 2012-06-20 |
602. | yethaplaya (yethaplaya) | 55.38 | 95% | 2023-07-18 |
603. | piimpj (pjcrowley) | 55.26 | 96% | 2019-08-08 |
604. | AxNinjaX (axninjax) | 55.22 | 94% | 2024-12-30 |
605. | av (bsod2528) | 55.15 | 94% | 2024-04-02 |
606. | Lena (lenag) | 55.14 | 96% | 2017-11-03 |
607. | David (pejo_tech) | 55.11 | 95% | 2024-01-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |