[Lilproxy-project] Adding Performance ( parallelism )
Status: Pre-Alpha
Brought to you by:
bugg5
|
From: Buggs <bug...@sp...> - 2001-07-18 16:28:47
|
Hoi, To add a bit more performance to lilproxy, we got to add some parallelism. We could utilize: A) forking, which is very stable on POSIX systems, so not as stable on Win9x. B) threading, which has general problems with current perl versions, but sure is very interesting. C) selecting, very nice aproach via select(2), so also problems on windows. D) POOPing, Problem Of Other People, use a module like LWP::Parallel. E) Something, I forgot. F) All of the above, we then need a good switching system. To me stability is not an issue, since parallelism can be turned off. Any ideas, preferences, experiences? Buggs |