/** 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 |
---|---|---|---|---|
1888. | Kipkirui (iurik34_themah) | 18.46 | 93% | 2023-12-16 |
1889. | croc (croctypes) | 18.27 | 94% | 2024-01-03 |
1890. | tstats[kevinsmemory] (kevin... | 18.23 | 91.3% | 2023-11-13 |
1891. | rev (revu) | 18.20 | 94% | 2023-08-29 |
1892. | yash dhanraj (yashdhanraj) | 18.16 | 91% | 2024-03-03 |
1893. | hemisquid (hemisquid_1) | 17.70 | 93% | 2023-07-20 |
1894. | huoxingren (huoxingren) | 17.17 | 94% | 2024-02-12 |
1895. | Nirro (nirro) | 17.05 | 89% | 2024-02-16 |
1896. | KOPAL (kopal_124) | 16.97 | 93% | 2024-12-12 |
1897. | Talipcan (talip) | 16.67 | 92% | 2024-04-03 |
1898. | prince (ffhacker) | 16.48 | 92% | 2023-06-17 |
1899. | Corpsejack (james29333) | 16.44 | 90% | 2024-04-06 |
1900. | Abhi :) (a_bhi) | 16.41 | 92% | 2023-12-15 |
1901. | drialo (drialo) | 16.20 | 95% | 2024-10-02 |
1902. | predator (indian_predator) | 15.53 | 91% | 2024-08-12 |
1903. | Marius (marius_daum) | 15.41 | 91% | 2023-08-29 |
1904. | Melanie (lanieee) | 15.35 | 96% | 2024-07-31 |
1905. | Tahmid (tarmine) | 14.70 | 89% | 2024-02-06 |
1906. | Claire (claire_07) | 13.82 | 92% | 2023-06-28 |
1907. | Nikhil (nikhilchhabra) | 13.63 | 94% | 2023-12-23 |
1908. | porwis (porwis) | 13.12 | 86.6% | 2024-09-16 |
1909. | wandji (legentia) | 13.02 | 90% | 2023-08-03 |
1910. | Priya (priya890k) | 12.89 | 94.4% | 2024-05-18 |
1911. | aman (aman2007) | 12.45 | 88% | 2023-11-04 |
1912. | subomoto (jellnym) | 12.23 | 92% | 2024-12-12 |
1913. | ritik (karlos_nikov) | 12.06 | 91% | 2023-08-03 |
1914. | yrsntei (yrsntei) | 11.84 | 89% | 2024-01-29 |
1915. | Cesar Lopez (cesarlopezr4) | 10.49 | 93% | 2024-04-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |