/** 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 |
---|---|---|---|---|
1031. | One Miss (onemiss) | 45.73 | 97% | 2023-08-13 |
1032. | Desmond (locksi) | 45.73 | 96% | 2024-12-24 |
1033. | Globu (themagicglobe) | 45.71 | 91% | 2023-06-01 |
1034. | mdlp (mdlp) | 45.71 | 95% | 2023-09-09 |
1035. | jath03 (jath03) | 45.70 | 95% | 2019-08-09 |
1036. | Porker (porkerpig) | 45.66 | 96% | 2023-08-04 |
1037. | Slow Typist ツ (dasasd1) | 45.65 | 95% | 2023-07-07 |
1038. | An (annoyed) | 45.64 | — | 2009-12-26 |
1039. | mh10 (hmo_10) | 45.59 | 96% | 2023-11-27 |
1040. | zenithzel (zenithzel) | 45.59 | 95% | 2023-09-04 |
1041. | luzifer2222 (luzifer2222) | 45.58 | 97% | 2024-07-22 |
1042. | Adolfo (adalwulf) | 45.56 | 89% | 2016-05-17 |
1043. | João (fera282828) | 45.56 | 91% | 2023-06-15 |
1044. | Harsh (todorokishotoua15) | 45.55 | 96% | 2023-08-06 |
1045. | Jeferson Beliber (jbyungz) | 45.55 | 93% | 2024-10-08 |
1046. | you (dv_learner) | 45.54 | 95% | 2023-06-13 |
1047. | deathnoteaccuracy (deathnot... | 45.52 | 93% | 2011-07-30 |
1048. | the_rocket (the_rocket1) | 45.52 | 96% | 2023-12-31 |
1049. | ehahaha (ehahaha) | 45.51 | 95% | 2024-02-01 |
1050. | Angly (liciti) | 45.49 | — | 2011-02-01 |
1051. | Wingler (wingletonw) | 45.47 | 96% | 2024-10-28 |
1052. | Hasitha Jagoda (antrax_) | 45.47 | 98% | 2025-02-22 |
1053. | Patzer (chess_patzer) | 45.45 | 92.1% | 2023-10-30 |
1054. | Ceno (resodo) | 45.44 | 96% | 2018-09-04 |
1055. | Steve (mehniacal) | 45.42 | 90% | 2012-10-23 |
1056. | C (stowellcm) | 45.41 | 98% | 2024-06-12 |
1057. | Kyle (wrestlingwarrior3) | 45.39 | 94.4% | 2024-05-26 |
1058. | Fares (isyqozz) | 45.37 | 96% | 2024-01-19 |
1059. | Blitz (athul) | 45.36 | 90% | 2013-07-01 |
1060. | itsromanlee (itsromanlee) | 45.36 | 93% | 2023-06-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |