/** 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 |
---|---|---|---|---|
1467. | Mar la arag. (duale260) | 36.67 | 95% | 2024-06-15 |
1468. | codmasterops (codmasterops) | 36.64 | 92% | 2024-08-31 |
1469. | Elemental (elementalscar) | 36.60 | 93% | 2024-08-06 |
1470. | Gerardo (gbonell) | 36.57 | 94% | 2016-05-17 |
1471. | dujo09 (dujo09) | 36.56 | 95% | 2023-09-26 |
1472. | Unknown Person (iamikey7) | 36.55 | 95% | 2024-04-08 |
1473. | FrostyInfinitum (frostyinfi... | 36.54 | 92% | 2023-08-10 |
1474. | Algfish31 (algfish31) | 36.53 | 96% | 2024-10-16 |
1475. | Superman (supu03) | 36.49 | 94.9% | 2024-06-27 |
1476. | Lucas (bluttarn) | 36.46 | 95% | 2023-08-07 |
1477. | Cal (calr88) | 36.44 | 96.5% | 2023-11-18 |
1478. | oleg (oleg_ros) | 36.43 | 96.6% | 2024-11-20 |
1479. | KnightWithSword (mishras839... | 36.41 | 92% | 2023-06-09 |
1480. | Aleksandar (milosavke) | 36.40 | 94% | 2023-07-01 |
1481. | Davis Cathey (rookie_davies) | 36.38 | 95% | 2024-12-06 |
1482. | kamen (leoloveslea) | 36.37 | 96% | 2023-11-19 |
1483. | »»════SACHIN™... | 36.36 | 92% | 2012-03-13 |
1484. | kaela (awhbless) | 36.35 | 95% | 2024-09-01 |
1485. | Carlos (ovalle) | 36.33 | 93% | 2024-11-27 |
1486. | Ling (obsolescencel) | 36.31 | 95% | 2018-10-13 |
1487. | MoEgypt (mohamedadel20) | 36.29 | 94.5% | 2024-09-02 |
1488. | Banner (banner9078) | 36.28 | 95% | 2024-04-03 |
1489. | Splinx (splinx) | 36.26 | 95% | 2024-02-01 |
1490. | kynmp (rng2036) | 36.26 | 95% | 2024-12-04 |
1491. | Ioan (ioans) | 36.25 | 96% | 2022-09-21 |
1492. | Jr. Jerry (codebody23) | 36.25 | 95% | 2023-07-29 |
1493. | Fatik (fatek) | 36.23 | 93.1% | 2024-01-26 |
1494. | Cynics (cynics22) | 36.20 | 92.4% | 2024-10-21 |
1495. | Vincent (rubixon) | 36.19 | 96% | 2023-09-03 |
1496. | Claxx (claxxartik) | 36.19 | 95% | 2024-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 |