Network server paradigms (ctd) Threaded Traditional "threaded" applications almost resemble forking or pre-forking Instead of one process per request, you have one thread per request Threads are much cheaper to create and destroy than processes Much faster than forking on platforms with real threads LinuxThreads are still processes, but with shared data segments