yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* yahns will use kcar as a request parser
@ 2017-04-08  0:37 Eric Wong
  2017-04-19  0:13 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2017-04-08  0:37 UTC (permalink / raw)
  To: yahns-public, kcar-public

Hello to folks interested in either yahns and kcar.

For those of you unfamiliar with either, kcar is currently an
HTTP response parser which converts arbitrary bytestreams to
Rack-compatible response status and headers (and optionally
body chunk filtering).

yahns currently uses an HTTP request parser from a well-known
HTTP server; but kcar for the optional reverse HTTP proxying
capability.

kcar is derived from the HTTP request parser used by yahns; so
there is enough common code between HTTP 1.x request and
response parsing to stick them into the same object.  Using kcar
for request parsing will transparently reduce icache footprint
and allow wider object recycling (should yahns go down that path);
as well as reducing installation time and footprint.

Since neither project is particularly popular at the moment,
there'll be more room to experiment with potential performance
improvements and memory usage reductions.

https://yhbt.net/yahns/README
	mail archives: https://yhbt.net/yahns-public/
	git clone git://yhbt.net/yahns

https://bogomips.org/kcar/
	mail archives: https://bogomips.org/kcar-public/
	git clone git://bogomips.org/kcar

Fwiw, yahns has been hosting both sites since late-2013.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-19  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-08  0:37 yahns will use kcar as a request parser Eric Wong
2017-04-19  0:13 ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).