/** 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 |
---|---|---|---|---|
1693. | swutch (swutch) | 32.51 | 95% | 2023-05-24 |
1694. | Venky (venkyiiit) | 32.49 | 93.4% | 2024-07-05 |
1695. | Simone (mariophd) | 32.49 | 96% | 2023-07-23 |
1696. | Mandi (mandi_w) | 32.45 | 96% | 2023-11-25 |
1697. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
1698. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
1699. | samiraarancibia (samiraaran... | 32.42 | 94% | 2025-06-22 |
1700. | r (blazinrt) | 32.39 | 93% | 2023-07-02 |
1701. | E (the_fast_one) | 32.37 | 93% | 2023-06-08 |
1702. | Ipadplayer (ipad_player09) | 32.35 | 93% | 2023-06-30 |
1703. | WiQaS KhaN (su_khan) | 32.34 | 95% | 2023-09-20 |
1704. | Paul (isea) | 32.32 | 89% | 2012-03-11 |
1705. | Elite (getgoodelite) | 32.28 | 93% | 2023-07-17 |
1706. | PastaSmuggler (pasta_smuggler) | 32.27 | 93% | 2024-08-16 |
1707. | Obed Gonzalez (bedo45) | 32.20 | 93% | 2024-03-19 |
1708. | Gustavo (gustxw) | 32.17 | 91% | 2016-05-17 |
1709. | mrKreme (__mrkreme__) | 32.16 | 91% | 2024-02-17 |
1710. | arman (sjraja) | 32.14 | 95% | 2024-06-02 |
1711. | Alazar (mealazar) | 32.13 | 96% | 2021-11-18 |
1712. | Seane (seane_cifer) | 32.13 | 94% | 2023-05-28 |
1713. | hhdpihs (hairypizza) | 32.06 | 93% | 2023-07-15 |
1714. | Racer503 (racer503) | 32.04 | 92% | 2024-08-16 |
1715. | Alvaro Moyata (tocsky) | 32.04 | 98.3% | 2025-06-06 |
1716. | Muhammad (salahovich_2020) | 31.96 | 91% | 2023-10-08 |
1717. | itza (monstercann) | 31.95 | 97% | 2024-06-26 |
1718. | Utsab (utsab_bera) | 31.94 | 94% | 2023-05-27 |
1719. | Leo (tekitt) | 31.92 | 90% | 2024-04-16 |
1720. | Rui Tao (gfgchkg) | 31.91 | 95% | 2023-08-13 |
1721. | Nechmo (nechmo111) | 31.90 | 95% | 2023-06-08 |
1722. | jaysay (jaysay) | 31.90 | 91% | 2024-06-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |