Thank you for visiting!
My little window on internet allowing me to share several of my passions
Categories:
- OpenBSD
- High Availability
- vdcron
- My Sysupgrade
- FreeBSD
- Nas
- DragonflyBSD
- fapws
- Alpine Linux
- Openbox
- Desktop
- Security
- nvim
- yabitrot
- nmctl
- Tint2
- Firewall
- VPN
- Project Management
- Hifi
- Alarm
Most Popular Articles in fapws:
Last Articles:
Category: fapws
FAPWS is still in the game ;)
Posted on 2024-07-08 18:52:00 by Vincent in fapws
It's about 10 years now that I'm using FAPWS as WSGI server. Despite his very simple code base, it's remains the fastest I can test. This surprised me.
Read more ...Fapws4 is running without troubles since 100 days
Posted on 2019-10-13 21:27:00 by Vincent in OpenBSD fapws
Today it's exactly 100 days that my website is running on top of Fapws4 without any troubles.
Read more ...Fapws4 a Fast Asynchronous Python Web Server
Posted on 2019-07-17 14:34:00 by Vincent in OpenBSD fapws
Fapws4 is a re-write of [fapws3](http://www.fapws.org), but using libraries like [libuv](https://github.com/libuv/libuv) and [picohttpparser](https://github.com/h2o/picohttpparser). So, the goal is to build a very fast python web server where most of the processing aspects are written in C. The developer using it, will have to simply write the logic of his web pages in Python.
Read more ...In the series of Fast Asynchronous Python web servers
Posted on 2019-06-15 08:22:00 by Vincent in OpenBSD fapws
As already discussed on this blog, I'm a user of [Fapws3](http://www.fapws.org) since several years. I like his small foot print in memory, simplicity to use in Python. But it runs only with Python-2.x and cannot manage correctly POST commands with big files. So, I've decided to jump into the C programming language and develop Fapws4. An evolution of Fapws3, that do not have those pain points. In this blog, I will show you first results of Fapws4
Read more ...Fapws versus GO
Posted on 2019-02-10 21:17:00 by Vincent in OpenBSD fapws
I'm still looking for a replacement to the good old [fapws](http://www.fapws.org) web server. So, in this blog, I will put fapws in front of web server written in [Go](https://golang.org)
Read more ...Fast asynchronous python web server is really fast
Posted on 2018-11-01 13:18:00 by Vincent in OpenBSD fapws
Since several years, I'm using [fapws3](http://www.fapws.org) for few of my websites. Mainly for servers where resources are limited. Fapws3 has not received lot of commits since long time, so, this post will show my investigation to find an other tiny and fast python web server running python3
Read more ...Light webserver
Posted on 2017-05-01 14:49:00 by Vincent in OpenBSD fapws
In this post I would like to share some feedback concerning the Fast Asynchronous Python Web Server I'm using for this web site. Fapws is no more updated since 2012 !!! Should I migrate to something better: [httpd](http://man.openbsd.org/httpd) ?
Read more ...