yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] yahns 1.15.0 -_- sleepy app server for Ruby
@ 2017-03-23  4:07  4% Eric Wong
  0 siblings, 0 replies; 4+ results
From: Eric Wong @ 2017-03-23  4:07 UTC (permalink / raw)
  To: ruby-talk, yahns-public

A Free Software, multi-threaded, non-blocking network
application server designed for low _idle_ power consumption.
It is primarily optimized for applications with occasional users
which see little or no traffic.  yahns currently hosts Rack/HTTP
applications, but may eventually support other application
types.  Unlike some existing servers, yahns is extremely
sensitive to fatal bugs in the applications it hosts.

* git clone git://yhbt.net/yahns
* https://yhbt.net/yahns/README
* https://yhbt.net/yahns/NEWS.atom.xml (supported by most "RSS" readers)
* we only accept plain-text email yahns-public@yhbt.net
* and archive all the mail we receive: https://yhbt.net/yahns-public/
* nntp://news.public-inbox.org/inbox.comp.lang.ruby.yahns

lrg nabgure ubeevoyl-anzrq freire :>

Changes:

    yahns 1.15.0
    
    Minor changes to reduce allocations and simplify our code
    and dependencies.  Nothing particularly interesting unless
    you're the type of person who appreciates brake pedals
    in with holes drilled in them for weight reduction.
    
    11 changes since 1.14.1 (2016-12-14):
          stream_input: avoid allocation for common #read case
          proxy_pass: add a note about the instability of this
          tee_input: simplify conditional for writing to temporary file
          proxy_http_response: reduce memory pressure from larger headers
          http_response: make response headers eligible for GC, sooner
          update more referenced URLs to be HTTPS
          chunk_body: nodoc this internal class
          Revert "use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml"
          gemspec: stop advertising "private" email address
          doc: design_notes: we do not use EPOLLEXCLUSIVE
          README: update with disclaimer about subscription
    
    Ovt punatrf pbzvat...

Please note the disclaimer:

  yahns is extremely sensitive to fatal bugs in the apps it hosts.  There
  is no (and never will be) any built-in "watchdog"-type feature to kill
  stuck processes/threads.  Each yahns process may be handling thousands
  of clients; unexpectedly killing the process will abort _all_ of those
  connections.  Lives may be lost!

  yahns hackers are not responsible for your application/library bugs.
  Use an application server which is tolerant of buggy applications
  if you cannot be bothered to fix all your fatal bugs.

-- 
EW

^ permalink raw reply	[relevance 4%]

* [PATCH 0/2] WIP remove-kgio branch pushed branch
@ 2017-03-06  3:30  4% Eric Wong
  0 siblings, 0 replies; 4+ results
From: Eric Wong @ 2017-03-06  3:30 UTC (permalink / raw)
  To: yahns-public

I'll only be gone a day or so, but kgio will soon be gone from yahns,
permanently!  I'll have to do some benchmarks to make sure we don't
lose performance, and maybe we'll even gain some with cleaned up
code which is easier to reason about...

The following changes since commit ae49e85c0571e8211a92772285712f19ea1d80b1:

  gemspec: stop advertising "private" email address (2017-03-05 22:27:59 +0000)

are available in the git repository at:

  git://yhbt.net/yahns remove-kgio

for you to fetch changes up to ba72f7d658db56e3be38ece1dab8a5329c73e721:

  drop writev support (2017-03-06 03:25:20 +0000)

----------------------------------------------------------------
Eric Wong (2):
      remove kgio read and wait dependencies
      drop writev support

 extras/exec_cgi.rb                 | 42 ++++++++++++++++++-----------
 extras/proxy_pass.rb               | 23 ++++++++--------
 lib/yahns.rb                       |  1 +
 lib/yahns/acceptor.rb              |  2 +-
 lib/yahns/chunk_body.rb            | 15 ++++-------
 lib/yahns/client_expire_generic.rb |  2 +-
 lib/yahns/http_client.rb           | 32 ++++++++--------------
 lib/yahns/http_response.rb         | 14 +++++-----
 lib/yahns/openssl_client.rb        | 10 +++----
 lib/yahns/proxy_http_response.rb   | 22 ++++++++-------
 lib/yahns/req_res.rb               | 55 ++++++++++++++++++--------------------
 lib/yahns/server.rb                |  2 +-
 lib/yahns/server_mp.rb             |  2 +-
 lib/yahns/sigevent_efd.rb          |  1 -
 lib/yahns/sigevent_pipe.rb         | 10 +++----
 lib/yahns/tmpio.rb                 |  1 -
 lib/yahns/wbuf.rb                  | 11 +++-----
 lib/yahns/worker.rb                |  6 ++---
 test/test_tmpio.rb                 |  6 ++---
 19 files changed, 119 insertions(+), 138 deletions(-)

^ permalink raw reply	[relevance 4%]

* [PATCH 4/4] gemspec: stop advertising "private" email address
  2017-03-05 22:29  5% [PATCH 0/4] documentation cleanups and tidying Eric Wong
@ 2017-03-05 22:30  7% ` Eric Wong
  0 siblings, 0 replies; 4+ results
From: Eric Wong @ 2017-03-05 22:30 UTC (permalink / raw)
  To: yahns-public

Anonymity is a job for the users sending the mail; lets not hold
ourselves unnecessarily accountable for anonymizing or hiding
messages.
---
 HACKING       | 3 ++-
 yahns.gemspec | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/HACKING b/HACKING
index d0485c4..cf6c660 100644
--- a/HACKING
+++ b/HACKING
@@ -47,7 +47,8 @@ developers do.  Please send patches via git-send-email(1) to the public
 mailing list at <yahns-public@yhbt.net>.  Pull requests should be
 formatted using git-request-pull(1).
 
-Mailing list archives: https://yhbt.net/yahns-public/
+All mail is archived publically at: https://yhbt.net/yahns-public/
+Anonymous contributions will always be welcome.
 No subscription is necessary to post to the mailing list.
 Please remember to Cc: all recipients as subscription is optional.
 
diff --git a/yahns.gemspec b/yahns.gemspec
index 0ac394c..31eb957 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -7,7 +7,7 @@
   s.authors = ["yahns hackers"]
   s.summary = "sleepy, multi-threaded, non-blocking application server"
   s.description = File.read("README").split(/\n\n/)[1].strip
-  s.email = %q{yahns@yhbt.net}
+  s.email = %q{yahns-public@yhbt.net}
   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
   s.files = manifest
   s.add_dependency(%q<kgio>, '~> 2.9')
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/4] documentation cleanups and tidying
@ 2017-03-05 22:29  5% Eric Wong
  2017-03-05 22:30  7% ` [PATCH 4/4] gemspec: stop advertising "private" email address Eric Wong
  0 siblings, 1 reply; 4+ results
From: Eric Wong @ 2017-03-05 22:29 UTC (permalink / raw)
  To: yahns-public

Eric Wong (4):
      update more referenced URLs to be HTTPS
      chunk_body: nodoc this internal class
      Revert "use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml"
      gemspec: stop advertising "private" email address

 .gitignore                     |   1 -
 .olddoc.yml                    |   7 ---
 Documentation/yahns-rackup.pod |   2 +-
 Documentation/yahns_config.pod |   4 +-
 HACKING                        |  13 +++---
 README                         |   2 +-
 Rakefile                       | 101 +++++++++++++++++++++++++++++++++++++++--
 examples/logrotate.conf        |   2 +-
 lib/yahns/chunk_body.rb        |   3 +-
 yahns.gemspec                  |   2 +-
 10 files changed, 112 insertions(+), 25 deletions(-)


^ permalink raw reply	[relevance 5%]

Results 1-4 of 4 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-03-05 22:29  5% [PATCH 0/4] documentation cleanups and tidying Eric Wong
2017-03-05 22:30  7% ` [PATCH 4/4] gemspec: stop advertising "private" email address Eric Wong
2017-03-06  3:30  4% [PATCH 0/2] WIP remove-kgio branch pushed branch Eric Wong
2017-03-23  4:07  4% [ANN] yahns 1.15.0 -_- sleepy app server for Ruby 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).