/** 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 |
---|---|---|---|---|
137. | Aren (tl8xv) | 74.99 | 99% | 2023-05-23 |
138. | E (ee89) | 74.89 | 96% | 2023-09-17 |
139. | (jlachney) | 74.85 | 95% | 2019-02-10 |
140. | (boy_314) | 74.75 | 98% | 2019-10-17 |
141. | Kyle (gnulnx) | 74.71 | 95% | 2012-09-07 |
142. | phil (ronald12) | 74.70 | 19% | 2013-08-11 |
143. | rn1hd (rnk1hd) | 74.55 | 99% | 2023-05-25 |
144. | poem ⛈️ (storm) | 74.46 | 97% | 2019-07-20 |
145. | narf (pinky4x4x4) | 74.44 | 97% | 2024-08-21 |
146. | Shoemaker-Levy 9 (atthetop) | 74.42 | 96% | 2018-10-31 |
147. | Kevin (ksun48) | 74.39 | 95% | 2022-10-04 |
148. | gokewho (gokewho) | 74.30 | 96% | 2023-05-30 |
149. | Sapient (sapient) | 74.20 | 98% | 2025-02-02 |
150. | ^_^ (rainbowdashc) | 74.09 | 95% | 2014-03-10 |
151. | Joshua (joshuawn) | 74.00 | — | 2011-03-22 |
152. | forgedstudios.com/vote (kry... | 73.95 | 96% | 2024-05-30 |
153. | Orgalorrrrg (orgalorg) | 73.80 | 99% | 2024-07-16 |
154. | (´・_・`) (sinji) | 73.75 | — | 2011-02-01 |
155. | (corsairchris) | 73.74 | 97% | 2023-05-29 |
156. | Ashwin (avtrisal) | 73.55 | 97% | 2024-10-28 |
157. | sytzez (sytzez) | 73.55 | 98% | 2025-02-15 |
158. | john (nothisisjohn) | 73.51 | 95% | 2019-07-22 |
159. | Sara (hentaiclockwise) | 73.44 | 92% | 2017-05-19 |
160. | Derpy Stingray (ernchenghoo) | 73.42 | 97% | 2023-12-28 |
161. | i'd buy that for a dollar! ... | 73.37 | 92% | 2013-10-17 |
162. | dev_manush (dev_manush) | 73.36 | 96% | 2023-07-07 |
163. | Wumbo (jap23) | 73.33 | 93% | 2017-05-22 |
164. | Johnny (randomjohnnyh) | 73.33 | 91% | 2012-06-28 |
165. | sang (shatoboar) | 73.32 | 97% | 2024-08-15 |
166. | tPenguinLTG (tpenguinltg) | 73.18 | 97% | 2016-05-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |