>any possibilty of having a multi threaded kftpd/khttpd ?

Maybe. Mostly, it's a resource thing.. not a lot of memory to go around, and I just want(ed) basic remote access capability. But I suppose I might add a sys_fork() call in there someday, just to try it out.

The "real" khttpd() server in linux-2.4.xx (totally unrelated to mine) actually just runs as a single thread, but manages multiple connections using internal status queues and non-blocking I/O. But it's also a lot bigger, and doesn't do as much as the one in Hijack.

...