in reply to Re: IO::Socket use in Small Web Server for POST/GET methods
in thread IO::Socket use in Small Web Server for POST/GET methods

I would like to thank everyone for their input, but I would like to provide some extra background, and answer "Why I am not using other Server modules?", I am writing a specialized cache server that will handle quite a few things, and it is going to have special functionality. I know of the other modules, but being this is my first perl use of IO::Socket... I would like to learn as much about it as possible. I plan on getting familiar with the other modules in the future. Learning IO::Socket will help with other things I planning on doing in the future, too.
  • Comment on Re^2: IO::Socket use in Small Web Server for POST/GET methods

Replies are listed 'Best First'.
Re^3: IO::Socket use in Small Web Server for POST/GET methods
by ikegami (Patriarch) on Sep 18, 2008 at 15:52 UTC
    Starting with one of the aforementioned modules and modifying it to your needs still satisfies your goals.
      I want to thank everyone for their input. I am able to do what I want, and have learned a great deal about the technology, too. Thanks!