/** 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 |
---|---|---|---|---|
1513. | Send (typer10067) | 36.05 | 94% | 2019-02-17 |
1514. | vinobien (vinobien) | 36.05 | 93% | 2023-08-20 |
1515. | Invincibolos (invincibolos) | 36.05 | 95% | 2023-12-24 |
1516. | Mirzha Ghani Fadhil (mirzha... | 36.05 | 96% | 2024-07-09 |
1517. | Misery (misery69) | 36.02 | 94% | 2023-11-03 |
1518. | Dr.Braig (drbraig) | 36.01 | 92% | 2024-01-31 |
1519. | dendrose (dendrose) | 36.00 | 93.7% | 2024-03-13 |
1520. | Kare (khorium) | 35.98 | 95% | 2023-06-27 |
1521. | NGANONG LAMI ANG GINADILI (... | 35.97 | 93% | 2024-02-08 |
1522. | cysliac (cysliac) | 35.92 | 91% | 2023-05-30 |
1523. | Lilith (kimmyli) | 35.88 | 95% | 2025-04-15 |
1524. | dmitriy (bigzet200120) | 35.87 | 93% | 2025-02-10 |
1525. | parth (parthjuneja24) | 35.85 | 91% | 2024-01-13 |
1526. | Salam Adel (salam1800) | 35.83 | 94% | 2023-08-16 |
1527. | trai (veganbtw) | 35.83 | 96% | 2024-08-23 |
1528. | Michael (miyotaka) | 35.83 | 94% | 2025-02-28 |
1529. | Tester (tester1290) | 35.81 | 94% | 2024-05-22 |
1530. | nyloraqu (nyloraqu) | 35.81 | 95.4% | 2024-10-24 |
1531. | Chanelle (nelle_son) | 35.80 | 97% | 2023-07-07 |
1532. | Zlow (just_avraige) | 35.77 | 96% | 2022-03-21 |
1533. | Sab (sunrise29) | 35.75 | 96% | 2025-02-25 |
1534. | Mark (markharley12) | 35.73 | 94.2% | 2023-10-04 |
1535. | Ray (rebirth_21) | 35.73 | 97% | 2024-01-18 |
1536. | August WIlle VĂ¥ge (augustv... | 35.72 | 96% | 2023-09-12 |
1537. | Nic (wiggyy) | 35.67 | 92% | 2023-12-30 |
1538. | Nathan (baynay) | 35.67 | 97% | 2025-01-30 |
1539. | Snackle (snackle) | 35.65 | 95% | 2024-05-10 |
1540. | renan (renanv) | 35.64 | 94.1% | 2023-11-03 |
1541. | ayden (aydentsj) | 35.63 | 92% | 2024-07-09 |
1542. | tyr_ (tyr_) | 35.59 | 92% | 2023-06-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |