/** 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 |
|---|---|---|---|---|
| 1781. | Lucia (latestlucia) | 32.95 | 96% | 2024-01-15 |
| 1782. | zixra (zixra) | 32.91 | 90% | 2023-09-14 |
| 1783. | alihamzaPk (alihamza_pk) | 32.89 | 90% | 2024-05-21 |
| 1784. | mestiri77 (sfectorian) | 32.89 | 93% | 2025-05-27 |
| 1785. | Rincewind (gato_ninja) | 32.87 | 96.4% | 2024-03-11 |
| 1786. | Silver (psilverfish) | 32.86 | 94% | 2023-04-13 |
| 1787. | noob2907 (noob2907) | 32.84 | 95% | 2023-12-09 |
| 1788. | Ronin Deschamps (real_roninx) | 32.82 | 92% | 2024-12-27 |
| 1789. | Andy Quest (andyquest) | 32.82 | 94% | 2025-02-04 |
| 1790. | Amy (amy10) | 32.80 | 93% | 2023-05-24 |
| 1791. | not (noteurt) | 32.80 | 94% | 2023-07-09 |
| 1792. | sukhoi su-57 (shezy) | 32.79 | 96% | 2023-08-30 |
| 1793. | Zuan (syezo_08) | 32.74 | 94% | 2024-06-27 |
| 1794. | Bluue (bluuefuzzy) | 32.74 | 95% | 2023-08-10 |
| 1795. | juminten (manikdharma) | 32.69 | 96% | 2024-03-25 |
| 1796. | sven (svenhutchinson) | 32.66 | 95.4% | 2024-05-29 |
| 1797. | tstats[sirojiddinov] (siroj... | 32.64 | 94% | 2023-06-04 |
| 1798. | Ajay (aj4yyy) | 32.62 | 96% | 2025-08-11 |
| 1799. | kleeon (kleeon) | 32.59 | 94% | 2023-07-28 |
| 1800. | Dheeraj (dheerajsarana) | 32.59 | 94% | 2024-01-08 |
| 1801. | LIVELI (liveli123) | 32.58 | 94% | 2023-08-11 |
| 1802. | Vishesh (vishesh_patel) | 32.58 | 93% | 2023-05-24 |
| 1803. | Marcus (m11fc) | 32.58 | 93% | 2025-04-23 |
| 1804. | swutch (swutch) | 32.51 | 95% | 2023-05-24 |
| 1805. | Venky (venkyiiit) | 32.49 | 93.4% | 2024-07-05 |
| 1806. | Simone (mariophd) | 32.49 | 96% | 2023-07-23 |
| 1807. | Mandi (mandi_w) | 32.45 | 96% | 2023-11-25 |
| 1808. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
| 1809. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
| 1810. | samiraarancibia (samiraaran... | 32.42 | 94% | 2025-06-22 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |