Hi Guys!!
I'm starting a new project to write the "ultimate" webserver for fpc applications

it will be based on fibers and async io.
some help will be needed to make it cross platform, especially outside win/linux x86/x64 worlds

on win it will be based on native fibers + IOCP + Overlaped IO.
on linux - set/get context + io_submit + poll
for other platforms suggestions are welcome.
the main goal is to finally have a good and production state web server to host web apps.
i will create a git repo asap and share info
happy coding
