Re: [dev] Superservers: Yay or Nay?

2020-03-26 Thread Thomas Oltmann
> I don't think superservers really reflect the UNIX principle. Why would > you want to plug in your simple HTTP-server into the behemoth that is > systemd. What's wrong with quark's idle resource usage, which I think > is damn low? systemd is a notoriously bad example. I only mentioned it because

Re: [dev] Superservers: Yay or Nay?

2020-03-23 Thread Mattias Andrée
On Mon, 23 Mar 2020 21:52:49 +0100 Laslo Hunhold wrote: > On Mon, 23 Mar 2020 15:51:03 +0100 > Thomas Oltmann wrote: > > Dear Thomas, > > > Hi, I hope everybody is doing well. > > yeah, very much. I hope you do, as well! > > > In the last couple of weeks I've been working on a small TCP se

Re: [dev] Superservers: Yay or Nay?

2020-03-23 Thread Laslo Hunhold
On Mon, 23 Mar 2020 15:51:03 +0100 Thomas Oltmann wrote: Dear Thomas, > Hi, I hope everybody is doing well. yeah, very much. I hope you do, as well! > In the last couple of weeks I've been working on a small TCP server > application. It is intended to be used in situations where the > typical

[dev] Superservers: Yay or Nay?

2020-03-23 Thread Thomas Oltmann
Hi, I hope everybody is doing well. In the last couple of weeks I've been working on a small TCP server application. It is intended to be used in situations where the typical amount of requests is relatively low and traffic is infrequent. At it's core, it's a simple fork-on-accept style server, muc