/** 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 |
---|---|---|---|---|
1397. | Infinity (its_infinity) | 37.88 | 97.1% | 2024-11-07 |
1398. | Labione (labione) | 37.85 | 95% | 2025-06-03 |
1399. | danyls (danyls) | 37.83 | 96% | 2023-05-31 |
1400. | krish (krish008) | 37.82 | 95% | 2023-07-14 |
1401. | ditsabil (ditsabil) | 37.81 | 96% | 2024-08-15 |
1402. | Redon (redon1998) | 37.75 | 94% | 2023-11-07 |
1403. | Lotus (lotusanimations) | 37.69 | 95% | 2024-11-23 |
1404. | Top#Secret~ (tataki) | 37.66 | 93% | 2024-01-09 |
1405. | Ahmed (e_elashra1) | 37.65 | 93% | 2025-05-15 |
1406. | Antonio (some1b) | 37.63 | 95% | 2023-08-02 |
1407. | Python (slimpython) | 37.58 | 95% | 2024-04-07 |
1408. | Manish (god_of_minds) | 37.50 | 97.1% | 2025-03-16 |
1409. | juliet (jc848) | 37.48 | 95% | 2024-06-13 |
1410. | Laurie (fairywren33) | 37.36 | 95% | 2023-07-22 |
1411. | FLLFFL (fllffl) | 37.36 | 94% | 2024-02-13 |
1412. | bubblar (bubblar) | 37.35 | 92% | 2019-07-22 |
1413. | Alexander Curambao (alexand... | 37.34 | 95% | 2025-03-17 |
1414. | Daniel (kix512) | 37.31 | 94% | 2023-03-30 |
1415. | Matt (tigerstyle) | 37.26 | 96% | 2023-10-04 |
1416. | Templeton (templetontsai) | 37.25 | 95% | 2023-08-05 |
1417. | macintosh (puppy23) | 37.25 | 94% | 2024-06-01 |
1418. | Independent Tarantula (inde... | 37.19 | 97% | 2024-06-12 |
1419. | tia (teayah) | 37.17 | 95% | 2023-08-02 |
1420. | Hrigved (hrigved) | 37.13 | 92% | 2024-05-20 |
1421. | Irfan (irfan3) | 37.12 | 97% | 2013-07-29 |
1422. | Simon (epick_simon) | 37.12 | 94% | 2023-06-12 |
1423. | Milan (m_i_n_o) | 37.09 | 95% | 2022-10-29 |
1424. | SiLeVoL (silevol) | 37.09 | 94% | 2023-07-06 |
1425. | Rondino (rondino2) | 37.08 | 91% | 2016-04-03 |
1426. | Candy (candiceemma) | 37.08 | 98% | 2024-01-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |