/** 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 |
---|---|---|---|---|
1928. | osama (osm037) | 27.86 | 90% | 2023-12-01 |
1929. | Sephiroth (jukethehitman) | 27.84 | 96% | 2025-04-30 |
1930. | portgas'd'ace (adwaasda) | 27.83 | 93% | 2023-09-07 |
1931. | Ludger (ludger) | 27.79 | 91.9% | 2023-12-04 |
1932. | rio (riolikestyping) | 27.79 | 93% | 2025-04-18 |
1933. | JAVI (javimadrid5) | 27.76 | 95% | 2025-01-20 |
1934. | Adelkaa (fuska007) | 27.73 | 92% | 2023-07-20 |
1935. | MauricioRiverin (mau_r_1) | 27.72 | 96% | 2024-10-21 |
1936. | ixparker (ixparker) | 27.69 | 92% | 2024-09-10 |
1937. | Dave (thewave91) | 27.69 | 97.5% | 2024-09-28 |
1938. | Chra (chradora) | 27.68 | 92% | 2023-07-26 |
1939. | pinktape (funnybutpink) | 27.65 | 96% | 2023-07-26 |
1940. | Pritong Sabaw (niggatar123) | 27.64 | 93% | 2024-12-12 |
1941. | Luis (lui01) | 27.63 | 93% | 2025-02-26 |
1942. | Ahmed webx4 (web_x4) | 27.57 | 94% | 2023-10-01 |
1943. | jenna addams (wed_28) | 27.56 | 95% | 2024-08-25 |
1944. | Sne (clueless_af) | 27.52 | 96% | 2023-06-13 |
1945. | harsh (harsh691999) | 27.46 | 91.2% | 2023-12-25 |
1946. | Akshay (abhiaks) | 27.46 | 93% | 2025-04-06 |
1947. | Linis (linis) | 27.45 | 92.6% | 2023-11-11 |
1948. | gabriel flores (gabogood) | 27.43 | 92.8% | 2025-04-01 |
1949. | Krishnadev (krishnadev1) | 27.43 | 89% | 2025-05-26 |
1950. | 1v1 (1v1menoob) | 27.39 | 95% | 2023-09-29 |
1951. | HeyRynchik (heyrynchik) | 27.32 | 93% | 2023-07-07 |
1952. | liiz mariela perez gervacio... | 27.32 | 93% | 2025-05-18 |
1953. | Alicia Wong (alicia_wong) | 27.31 | 93% | 2023-07-30 |
1954. | MM (maclema) | 27.28 | 93.5% | 2023-10-13 |
1955. | Aheed (aheedbn) | 27.28 | 93% | 2023-09-13 |
1956. | mak (makmak2) | 27.19 | 95% | 2024-09-27 |
1957. | Guest (guest137) | 27.17 | 96% | 2025-02-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |