/* 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 |
|---|---|---|---|---|
| 1250. | Mark (markharley12) | 37.46 | 95.6% | 2023-10-04 |
| 1251. | arsenganteng (arsenjago) | 37.45 | 90% | 2024-08-25 |
| 1252. | Sam (brem_dog) | 37.43 | 90% | 2023-07-14 |
| 1253. | sam (justlikethat) | 37.42 | 94% | 2025-03-05 |
| 1254. | Jack (backpack_jack) | 37.38 | 94% | 2025-05-22 |
| 1255. | Hamza (hamza_g) | 37.33 | 94% | 2022-07-30 |
| 1256. | LightTreasure (lighttreasure) | 37.33 | 95% | 2024-09-20 |
| 1257. | Mat (clockowl) | 37.33 | 98% | 2023-07-15 |
| 1258. | PastaSmuggler (pasta_smuggler) | 37.30 | 94% | 2025-08-15 |
| 1259. | Brigita (bribri01) | 37.27 | 93% | 2022-08-05 |
| 1260. | alif (alifoliah) | 37.25 | 95% | 2023-08-09 |
| 1261. | Salam Adel (salam1800) | 37.24 | 93% | 2023-09-13 |
| 1262. | h3llo (alowqo) | 37.20 | 93% | 2023-09-23 |
| 1263. | Mohit (mohit_rider) | 37.17 | 95.5% | 2023-09-27 |
| 1264. | Vivian (modernnighthail) | 37.15 | 97.1% | 2024-12-10 |
| 1265. | clinton (papa_bear_clinton) | 37.15 | 96% | 2025-01-26 |
| 1266. | mdogza (mdogza) | 37.13 | 97% | 2023-08-09 |
| 1267. | earomc (earomc) | 37.12 | 94% | 2023-07-27 |
| 1268. | Chanelle (nelle_son) | 37.07 | 97% | 2023-07-09 |
| 1269. | tstats[zanies07] (zanies07) | 36.98 | 96% | 2023-01-05 |
| 1270. | Rayhan (chaosm26) | 36.94 | 96% | 2023-06-29 |
| 1271. | oleg (oleg_ros) | 36.92 | 95.3% | 2023-11-08 |
| 1272. | uwuboi (avybavywavy) | 36.92 | 93% | 2025-06-27 |
| 1273. | john (xtradiamond) | 36.91 | 92% | 2023-05-24 |
| 1274. | Gonzalo (gmurop) | 36.87 | 96.7% | 2024-02-24 |
| 1275. | Asta (radhekrishnan) | 36.85 | 95.1% | 2025-01-06 |
| 1276. | Fanor (fanor) | 36.82 | 96% | 2025-06-08 |
| 1277. | Manjari (manjari19) | 36.80 | 97% | 2024-11-08 |
| 1278. | DonSpoon (theholyslice) | 36.79 | 96% | 2023-05-23 |
| 1279. | melvin (melvink) | 36.78 | 97% | 2023-05-28 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |