I've always done all my serious cgi-programming in C,
but now I've been forced to lern perl and I kinda
figure it's not that bad. And with mod_perl it looks
even better.

I plan to keep all lowerlevel database stuff in C, and
embed it in a perl module. Will this make things run
slower than if I made it all in perl?

Will apache keep the module in memory between
requests? Does this mean that I'll have to be more
careful to free all memory that I allocate and such?
No more cowboy coding?

There seems to be a module that keeps a constant mysql
database connection open. Will this speed things up
much? Can I use that connection in the C code (in the
homegrown perl module)?


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Reply via email to