Skip to content

Commit

Permalink
removing "still".
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed May 16, 2013
1 parent f92c745 commit 215b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp.md
Expand Up @@ -136,7 +136,7 @@ Note that some languages provide library-level coroutines but
they are not preemptive threads.
Note also that Erlang and Go provide lightweight processes.

As of this writing, `mighty` still uses the prefork technique to fork processes
As of this writing, `mighty` uses the prefork technique to fork processes
to utilize cores and Warp does not have this functionality.

Fig (TBD:4.png) illustrates this arrangement in the context of a web server with the prefork technique written in Haskelle,
Expand Down

0 comments on commit 215b19d

Please sign in to comment.