/* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; }
—from Tomcat Server, a software by Apache Project
Active since December 19, 2009.
542 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
720. | Sly (slycooo) | 48.48 | 94% | 2023-07-28 |
721. | Ashwin (ashraja941) | 48.41 | 94% | 2025-07-02 |
722. | dawn. (sofacan1) | 48.36 | 94% | 2024-12-13 |
723. | Thea (theaxx) | 48.35 | 92% | 2024-12-18 |
724. | Trevor (trevro) | 48.34 | 95% | 2024-05-26 |
725. | siraphat (siraphat) | 48.33 | 94% | 2023-10-04 |
726. | pug (poug) | 48.29 | 96% | 2025-02-15 |
727. | Kit (yukit123) | 48.28 | 95.9% | 2023-12-03 |
728. | April (whut_ermehgerd) | 48.26 | 96% | 2023-02-23 |
729. | abhnv (abhnv) | 48.23 | 98% | 2024-06-03 |
730. | Urabigail (borat_kz) | 48.18 | 96% | 2023-08-21 |
731. | Andrew (wongsifu) | 48.18 | 97% | 2024-11-14 |
732. | 3rd Place (bomtombadil) | 48.16 | 97% | 2018-12-10 |
733. | Ragequitting101 (ragequitti... | 48.07 | 96% | 2024-02-27 |
734. | dhruvdabhi (xinoxino) | 48.05 | 94% | 2023-06-12 |
735. | Muhammad Lutfi (pratamalutf... | 48.03 | 96% | 2024-12-17 |
736. | Soner (soner) | 47.96 | 83% | 2013-05-14 |
737. | syrianii (syrianii) | 47.96 | 96% | 2022-01-14 |
738. | Legacy (legacy27) | 47.96 | 91% | 2024-02-21 |
739. | flying511 (flying511) | 47.90 | 94.3% | 2024-10-08 |
740. | elliptic (elliptic) | 47.87 | 98% | 2023-06-05 |
741. | Eztyfoe (eztyfoe) | 47.86 | 97% | 2024-12-10 |
742. | Mohamad (mohamadasghari) | 47.84 | 96% | 2022-02-04 |
743. | Phuoc (phuocchubeo) | 47.83 | 95% | 2023-02-18 |
744. | Sumit (sumit_ghag) | 47.80 | 95% | 2023-08-12 |
745. | (anumon6395) | 47.78 | 94% | 2024-08-21 |
746. | Alexander (nomak) | 47.74 | 89% | 2013-11-16 |
747. | Mohamed (wooork) | 47.72 | 97% | 2025-01-05 |
748. | airleva8 (airleva8) | 47.72 | 96% | 2025-07-17 |
749. | Jack (jman777) | 47.69 | 94% | 2019-11-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |