/** 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 |
---|---|---|---|---|
502. | quakefn (quakefn) | 57.44 | 94% | 2024-08-20 |
503. | Omar (omar_ziada) | 57.40 | 95% | 2023-05-31 |
504. | ✔️▄◘🚀!new_luca@y... | 57.37 | 94% | 2011-11-10 |
505. | Kevin (kman324) | 57.36 | 94% | 2013-03-18 |
506. | Raju (rajiun_) | 57.36 | 98% | 2024-10-22 |
507. | chefski (chefskimo) | 57.35 | 98% | 2025-02-02 |
508. | Use an appropriate name (fo... | 57.28 | 96% | 2017-09-14 |
509. | Harrison (happierwizard) | 57.28 | 97% | 2024-09-04 |
510. | Bryan Bolang (bryan_bolang) | 57.27 | 95% | 2023-09-15 |
511. | Genaro (tamemister) | 57.26 | 94% | 2012-09-25 |
512. | SLSL (slslz) | 57.22 | 96% | 2023-10-19 |
513. | Lam (eeric) | 57.14 | — | 2011-01-29 |
514. | avivsq12 (avivsq12) | 57.13 | 98% | 2023-07-01 |
515. | (rektless) | 57.05 | 95% | 2023-03-30 |
516. | Sinbard (sinbard) | 57.04 | 98% | 2024-05-21 |
517. | inward (inwardrtmp) | 57.02 | 96% | 2025-02-12 |
518. | mekadi (mekadi) | 57.00 | 96.4% | 2024-12-28 |
519. | Laurence (lmaddox) | 56.90 | 95% | 2011-09-19 |
520. | Stefan (zamfigod) | 56.88 | 97% | 2023-06-09 |
521. | slightlyepic (slightlyepic) | 56.85 | 98% | 2023-07-02 |
522. | Taush (tsampley) | 56.82 | 97% | 2021-06-29 |
523. | paim (barat_paim) | 56.81 | 97% | 2024-10-14 |
524. | Yume (夢) (yumeai) | 56.79 | 96% | 2011-12-23 |
525. | Kevin (kvbx) | 56.76 | 97% | 2017-03-27 |
526. | amax (amaxgg) | 56.76 | 95% | 2023-05-22 |
527. | Amos (amosbird) | 56.74 | 96% | 2017-10-01 |
528. | Alex (alexklaus) | 56.71 | 97% | 2019-03-30 |
529. | 3rd Place (bomtombadil) | 56.69 | 96% | 2014-09-13 |
530. | Monkey (monkey_sama) | 56.68 | 94% | 2011-08-02 |
531. | Caleb (kala30) | 56.65 | 96% | 2023-12-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |