Hello,

I am currently developing a Perl module that will handle the MySQL protocol
server-side, allowing the creation of mysql-like servers that will answer
queries from external data (e.g. another database via DBI, etc.)

I would like to ask how do you think this module should be named. The person
that has previously worked on that called his code Net::MySQLd (not released
on CPAN), however I am aiming for a module that does more than read() and
write() so I thought something in the DBIx namespace would be appropriate.
After all, it would be possible to construct a replacement of
DBI::ProxyServer using this module and the mysql protocol rather than RPC.
At the same time, I wanted to avoid any run-ins with MySQL's patent
department, that is why I though DBIx::OurPerl would be appropriate and at
the same time will unfortunately be completely non-descriptive.

Thank you in advance for any suggestions.

Philip Stoev


Reply via email to