On Wed, 2004-09-08 at 00:38, Prosun wrote: > Hi animesh, > this simple project is not a college project. infact I want to put some > extra features in a proxy server which can independently handle many tasks > which are still in my thought, and I think I can do this. >
Use C. Java is a performance hag for such applications. Take up a OpenSource simple C based HTTP proxy, modify it to suit your needs and then implement whatever ideas you have. Or else you can write a C Proxy in less than 15 days, considering decent C skills. Or even Python, if you are more comfortable with OOP. Also google for "Zorp Firewall", which is an application level firewall and proxy as far as I recall. It's in python. Regards, Animesh P.S. Can you enlighten us on the new extra features you have planned for proxies, if you want to. -- Animesh Bansriyar <[EMAIL PROTECTED]> Chief Scientist, NeoLinux Solutions. http://neolinuxsolutions.com, +91-651-3112497. -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
