/** 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 |
---|---|---|---|---|
1882. | Bob (veathen) | 29.95 | 91% | 2024-04-07 |
1883. | Patrick (patrick10) | 29.93 | 98% | 2024-05-27 |
1884. | Jeff (jeffpc) | 29.92 | — | 2011-02-01 |
1885. | Naod (naod_alemu) | 29.88 | 93% | 2023-05-27 |
1886. | dez (schizosareneveralone) | 29.86 | 96% | 2024-01-24 |
1887. | Drew (drew_22) | 29.83 | 94% | 2022-12-18 |
1888. | Luis (speed123324) | 29.82 | 92% | 2023-12-28 |
1889. | ahmed essam (mada07) | 29.82 | 94% | 2023-08-15 |
1890. | Fátima (nessa2) | 29.82 | 98% | 2025-09-22 |
1891. | Jowie (showiejowie) | 29.81 | 93% | 2023-06-22 |
1892. | Leano (leano) | 29.78 | 94% | 2025-08-09 |
1893. | Narakh (alinnarakh) | 29.73 | 95% | 2024-07-03 |
1894. | thanh ha (hatienthanh) | 29.68 | 93% | 2023-08-28 |
1895. | Marko (hawk691) | 29.66 | 97% | 2025-08-20 |
1896. | Tayyab (tayyabrawat1) | 29.62 | 93% | 2024-10-24 |
1897. | Mash (krazykart) | 29.62 | 94% | 2023-06-24 |
1898. | nopo (nopo12311) | 29.60 | 92% | 2025-03-17 |
1899. | Vladtsepesh (vladtsepesh) | 29.59 | 92% | 2023-10-06 |
1900. | Rachel (rachel30ann) | 29.56 | 96% | 2024-08-24 |
1901. | Maria Betzabe Ortega Soto (... | 29.54 | 93% | 2024-06-07 |
1902. | Amn1_putri_chan🕋 (amnii) | 29.53 | 92% | 2022-02-11 |
1903. | an (clockworkman) | 29.49 | 95.1% | 2024-06-26 |
1904. | TypeSquid (typesquid) | 29.48 | 93% | 2024-09-14 |
1905. | izzy (izzyskills) | 29.48 | 94% | 2023-06-23 |
1906. | dkji (dkji1006) | 29.43 | 94% | 2024-09-18 |
1907. | Nabin (panthinabin7) | 29.42 | 92% | 2023-07-06 |
1908. | sklbz (sklbz) | 29.42 | 97% | 2023-06-30 |
1909. | L1ght (l1ght_0803) | 29.40 | 92% | 2024-12-28 |
1910. | Behairy (elbehairy) | 29.33 | 95% | 2023-07-13 |
1911. | dag (justmeyoall) | 29.33 | 93% | 2025-07-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |