diff options
author | Loïc Hoguin <[email protected]> | 2016-08-29 12:39:49 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-08-29 12:40:03 +0200 |
commit | c807880f7ac73f813b2660ea81a00f7712a4e793 (patch) | |
tree | ba1d09e9b177f230665a80513b33fbd532000ce4 /archives/extend/attachments/20141110 | |
parent | b1df25a7d9cda697513650659b781b55b40898f8 (diff) | |
download | ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2 ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip |
Add old mailing list archives
Diffstat (limited to 'archives/extend/attachments/20141110')
-rw-r--r-- | archives/extend/attachments/20141110/a4b469a5/attachment-0001.html | 13 | ||||
-rw-r--r-- | archives/extend/attachments/20141110/a4b469a5/attachment.html | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/archives/extend/attachments/20141110/a4b469a5/attachment-0001.html b/archives/extend/attachments/20141110/a4b469a5/attachment-0001.html new file mode 100644 index 00000000..6aac3086 --- /dev/null +++ b/archives/extend/attachments/20141110/a4b469a5/attachment-0001.html @@ -0,0 +1,13 @@ +<tt> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"><br> +<HTML><br> +<HEAD><br> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"><br> + <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4"><br> +</HEAD><br> +<BODY><br> +I am building a streaming music server that delivers mp3 files from disk to instances of 'mplayer'. So far I am using the Cowboy static handler for this, and it is working for a single player but I wonder how efficient the buffering is at the network level. Should I instead be doing this myself with an http handler and chunked replies?<br> +</BODY><br> +</HTML><br> + +</tt> diff --git a/archives/extend/attachments/20141110/a4b469a5/attachment.html b/archives/extend/attachments/20141110/a4b469a5/attachment.html new file mode 100644 index 00000000..6aac3086 --- /dev/null +++ b/archives/extend/attachments/20141110/a4b469a5/attachment.html @@ -0,0 +1,13 @@ +<tt> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"><br> +<HTML><br> +<HEAD><br> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"><br> + <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4"><br> +</HEAD><br> +<BODY><br> +I am building a streaming music server that delivers mp3 files from disk to instances of 'mplayer'. So far I am using the Cowboy static handler for this, and it is working for a single player but I wonder how efficient the buffering is at the network level. Should I instead be doing this myself with an http handler and chunked replies?<br> +</BODY><br> +</HTML><br> + +</tt> |