/** 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 |
---|---|---|---|---|
1665. | tstats[sirojiddinov] (siroj... | 32.64 | 94% | 2023-06-04 |
1666. | kleeon (kleeon) | 32.59 | 94% | 2023-07-28 |
1667. | Dheeraj (dheerajsarana) | 32.59 | 94% | 2024-01-08 |
1668. | LIVELI (liveli123) | 32.58 | 94% | 2023-08-11 |
1669. | Vishesh (vishesh_patel) | 32.58 | 93% | 2023-05-24 |
1670. | Fanor (fanor) | 32.57 | 95% | 2025-05-29 |
1671. | Venky (venkyiiit) | 32.49 | 93.4% | 2024-07-05 |
1672. | Simone (mariophd) | 32.49 | 96% | 2023-07-23 |
1673. | Mandi (mandi_w) | 32.45 | 96% | 2023-11-25 |
1674. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
1675. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
1676. | r (blazinrt) | 32.39 | 93% | 2023-07-02 |
1677. | E (the_fast_one) | 32.37 | 93% | 2023-06-08 |
1678. | Ipadplayer (ipad_player09) | 32.35 | 93% | 2023-06-30 |
1679. | WiQaS KhaN (su_khan) | 32.34 | 95% | 2023-09-20 |
1680. | Paul (isea) | 32.32 | 89% | 2012-03-11 |
1681. | Elite (getgoodelite) | 32.28 | 93% | 2023-07-17 |
1682. | PastaSmuggler (pasta_smuggler) | 32.27 | 93% | 2024-08-16 |
1683. | Obed Gonzalez (bedo45) | 32.20 | 93% | 2024-03-19 |
1684. | Gustavo (gustxw) | 32.17 | 91% | 2016-05-17 |
1685. | mrKreme (__mrkreme__) | 32.16 | 91% | 2024-02-17 |
1686. | arman (sjraja) | 32.14 | 95% | 2024-06-02 |
1687. | Alazar (mealazar) | 32.13 | 96% | 2021-11-18 |
1688. | Seane (seane_cifer) | 32.13 | 94% | 2023-05-28 |
1689. | hhdpihs (hairypizza) | 32.06 | 93% | 2023-07-15 |
1690. | Racer503 (racer503) | 32.04 | 92% | 2024-08-16 |
1691. | Alvaro Moyata (tocsky) | 32.04 | 98% | 2025-06-06 |
1692. | Muhammad (salahovich_2020) | 31.96 | 91% | 2023-10-08 |
1693. | itza (monstercann) | 31.95 | 97% | 2024-06-26 |
1694. | Utsab (utsab_bera) | 31.94 | 94% | 2023-05-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |