Re: error resolving getaddrinfo()
- Posted by useless Aug 20, 2009
- 875 views
Ah, well, umm, <cough> i plugged in eunet.e instead and got a working localhost http proxy. I hope to make it better than Proxomitron, tho i fear i won't be able to beat it's multitasking.
I'm not really sure on the internals of a proxy, but you should be able to use non-blocking TCP/IP methods to provide much better support than, say, threading.
Jeremy
It's not just the socks that need threading. The filters should also be separate, so filtering a megabyte of some page won't stop filtering small files from another sites. I found this easy to do in mirc years ago, but i still can't get my head around it in Eu.
In case you're wondering, mirc's variables are smaller than most interesting webpages, whereas nearly any webpage will fit into an Eu variable. Spanning a filter's scope across a page spread across several mirc variables gets iffy.
useless