This document discusses writing a web application in Perl6. It summarizes implementing key functions like forking and waiting for child processes using NativeCall to call libc methods. It also proposes writing a C DLL for a Raw::Socket module to provide a BSD socket wrapper and using that to build an httpd with features like request parsing and pre-forking.