[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1616: Add stop-server procedure to spiffy
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1616: Add stop-server procedure to spiffy |
Date: |
Sat, 18 May 2019 13:57:22 -0000 |
#1616: Add stop-server procedure to spiffy
------------------------------------+---------------------
Reporter: sjamaan | Owner: sjamaan
Type: enhancement | Status: closed
Priority: minor | Milestone: someday
Component: extensions | Version: 5.0.0
Resolution: wontfix | Keywords: spiffy
Estimated difficulty: easy |
------------------------------------+---------------------
Changes (by sjamaan):
* status: new => closed
* resolution: => wontfix
Comment:
With the current design, this is very difficult; we can't stop a "hanging"
accept call, which is what Spiffy does immediately upon entering the
accept loop. When a request is handled, it fires off a thread to handle
the request and loops to accept the next incoming request.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1616#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.