bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

Remove http.pm's reliance on IO::Socket #8

Closed einkoro closed 12 years ago

einkoro commented 12 years ago

Remove http.pm's reliance on IO::Socket as it pulls in too much junk. Just use Socket;

einkoro commented 12 years ago

No memory savings because it pulls in the same modules as DBI. It would require replacing DBI with our own wrapper for the C MySQL and PostgreSQL libraries to see any benefit.