Implementation of Proxy Server in C++ or C#
-
Hi to all, How to implement Proxy Server in C++ or C#? How to test it? Thanks & Regards, Aniket A. Salunkhe
Aniket Salunkhe wrote:
How to implement Proxy Server in C++ or C#?
Programming, I suppose. :rolleyes:
Aniket Salunkhe wrote:
How to test it?
Like other software projects, you know, unit testing,... :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Aniket Salunkhe wrote:
How to implement Proxy Server in C++ or C#?
Programming, I suppose. :rolleyes:
Aniket Salunkhe wrote:
How to test it?
Like other software projects, you know, unit testing,... :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Thanks for your reply.
CPallini wrote:
Aniket Salunkhe wrote: How to test it?
Is there any algorithm to implement Proxy Server? or What steps to be followed for it? As we have to follow some steps for Server-Client Socket Programming (like Bind, Listen, Accept, ...)
CPallini wrote:
Aniket Salunkhe wrote: How to test it?
Where to install it? on Server or on Client? & How to check is it working properly or not?
-
Thanks for your reply.
CPallini wrote:
Aniket Salunkhe wrote: How to test it?
Is there any algorithm to implement Proxy Server? or What steps to be followed for it? As we have to follow some steps for Server-Client Socket Programming (like Bind, Listen, Accept, ...)
CPallini wrote:
Aniket Salunkhe wrote: How to test it?
Where to install it? on Server or on Client? & How to check is it working properly or not?
Your questions are too broad and vague (for instance, what kind of Proxy Server are you talking about? Maybe a Web one, but you didn't specify. Moreover if you're going to build such a rather complex project then you should have already some idea about the algorythm) hence the the silly answers. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]