Post Reply 
XUProxy status update
Oct. 21, 2009, 11:55 PM
Post: #9
RE: XUProxy status update
(Oct. 20, 2009 05:55 AM)Siamesecat Wrote:  I thought XUProxy was supposed to be for Unix-based operating systems? How are you going to compare its speed on Mac OS or Linux with Proxomitron on Windows - with a stopwatch?

That's basically what I did. I use the nc command to send a request, and the time command to print the time that it takes for the request to finish.

Also, XUProxy is highly portable, and will run on just about any system that runs Python 2.4 or later and Twisted 2.5 or later. I've only actually tested on Unix, but there's no Unix-specific code at the moment other than startup code (there is generic startup code in addition to the Unix-specific version), and if I do add any other Unix-specific features, they will be completely optional just like the Unix startup code. The only real problem on Windows would be the lack of support for running as a service (if I'm not mistaken, programs have to use some kind of special API to run as a service, which is unlike Unix init systems that don't require anything specific of programs that they start).
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
XUProxy status update - andrew_w - Oct. 17, 2009, 12:49 AM
RE: XUProxy status update - whenever - Oct. 18, 2009, 03:14 PM
RE: XUProxy status update - aqua - Oct. 18, 2009, 11:51 PM
RE: XUProxy status update - lnminente - Oct. 19, 2009, 09:34 AM
RE: XUProxy status update - defconnect - Oct. 19, 2009, 02:00 PM
RE: XUProxy status update - andrew_w - Oct. 19, 2009, 07:58 PM
RE: XUProxy status update - defconnect - Oct. 19, 2009, 08:41 PM
RE: XUProxy status update - Siamesecat - Oct. 20, 2009, 05:55 AM
RE: XUProxy status update - andrew_w - Oct. 21, 2009 11:55 PM
RE: XUProxy status update - whenever - Oct. 22, 2009, 09:15 AM
RE: XUProxy status update - maxbaggi - Oct. 29, 2009, 04:46 PM
RE: XUProxy status update - andrew_w - Jan. 03, 2010, 02:30 AM
RE: XUProxy status update - andrew_w - Jul. 06, 2010, 06:06 AM
RE: XUProxy status update - defconnect - Jul. 08, 2010, 02:10 PM
RE: XUProxy status update - lnminente - Jul. 10, 2010, 09:50 AM

Forum Jump: