Re: [Cppcms-users] external library
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2010-06-17 23:44:39
|
> Of course you can, > Why shouldn't you be able to do this? > > CppCMS is just a library, you can use what ever you like with it. Maybe I still don't believe (but also exciting) if I can use powerful C++ in web development. Recently I develop small (but 7/24 running) application which concentrates many mysql database to a single centered mysql database. I have port it 4 times in 2 days, from Java + JDBC, then C#.net+NetConnector, then C#+ODBC, then C#+OLEDB, at last C++(C++Connector), for solve memory leaking and to handle interrupted, slow network connection. |