> > > I am planning to write a software firewall (something > that works like ZoneAlarm). What language do you > think I should use for development? I think I will use C > and C++ and socket programing. Do you think its > right? Please make recommedations... > Thanks > Leo > _______________________________________________ > Firewalls mailing list > [EMAIL PROTECTED] > http://lists.gnac.net/mailman/listinfo/firewalls
The first question you need to decide upo, is what are you to accomplish by writing this? Since such products do exist, are you creating something that enhances upon a specific aspect or provides additional functionality? Are you doing this for a project? Optimally, programming in C/C++ with be the most direct method, since there exists much code that you can refer to. Although you could just as well build the system using Limbo running on Inferno OS. The language you pick will have to complement the OS you are making calls to. --truman _______________________________________________ Firewalls mailing list [EMAIL PROTECTED] http://lists.gnac.net/mailman/listinfo/firewalls
