Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #114811
| Path | csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Mild Shock <janburse@fastmail.fm> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: ANN: Dogelog Player 1.1.5 (HTTP Server) |
| Date | Sat, 10 Feb 2024 03:41:01 +0100 |
| Message-ID | <uq6nnt$1jfbj$2@solani.org> (permalink) |
| References | <uojet0$phpb$2@solani.org> <uoo65n$ru5h$3@solani.org> <uoqmjs$t68e$3@solani.org> <upiggd$18ave$3@solani.org> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Sat, 10 Feb 2024 02:41:01 -0000 (UTC) |
| Injection-Info | solani.org; logging-data="1686899"; mail-complaints-to="abuse@news.solani.org" |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.18.1 |
| Cancel-Lock | sha1:aV1xblMMJgjb2LN55ShEqa8wyUg= |
| In-Reply-To | <upiggd$18ave$3@solani.org> |
| X-User-ID | eJwNyckBwCAIBMCWuBaxHES3/xKS+Q48NWdFIgMEBzlUwB+UdfaYXsG5bXxsLetLXTzhr/fkkX8E27TEq8I+bqAVsg== |
| Xref | csiph.com comp.lang.javascript:114811 |
Show key headers only | View raw
We already reported the new capability that we can read async from streams. We made this available for the file system reads on nodeJS. We report here about a further progress extending the async approach to HTTP fetch in the browser and on nodeJS. Multiple downloads make a case for async I/O since RFC 2616 limits the number of connections. HTTP/2 allows to send off multiple requests which async I/O can capitalize. We demonstrate quasi-parallel execution in Dogelog Player for both the browser and nodeJS. See also: Async HTTP Client for Dogelog Player https://twitter.com/dogelogch/status/1756144112946807135 Async HTTP Client for Dogelog Player https://www.facebook.com/groups/dogelog
Back to comp.lang.javascript | Previous | Next — Next in thread | Find similar
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-10 03:41 +0100
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-20 17:09 +0100
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-20 19:41 +0000
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-21 00:54 +0100
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-21 00:56 +0100
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-21 01:13 +0100
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <bursejan@gmail.com> - 2024-02-20 16:20 -0800
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-02-21 13:37 +0100
Re: ANN: Dogelog Player 1.1.5 (HTTP Server) Mild Shock <janburse@fastmail.fm> - 2024-03-03 20:26 +0100
csiph-web