POCO C++ Libraries Blog

News and discussion for the POCO Community


1.3.6 Coming Next Week

If everything goes well and no serious issues come up, 1.3.6 will be released next Tuesday. Please use the time to do some more testing with the 1.3.6 branch.


C++ SOAP Web Services With Remoting

Our second screencast shows how to build a SOAP web service in C++ with Applied Informatics Remoting. The sample project shown in the screencast is based on the StockQuotes server from the Remoting in 15 Minutes webcast, so please watch that one first if you haven’t yet. Apple QuickTime or another player capable of playing […]


Remoting in 15 Minutes

Our first screencast shows how to build a simple distributed C++ application based on Applied Informatics Remoting. You’ll learn how to write the service class, how to configure and run the code generator, and how to write the client and server applications. All in just 15 minutes. Apple QuickTime or another player capable of playing […]


Where to Put The OSP CodeCache Directory

One of the questions that comes up frequently when installing an OSP-based application on an end-user system is where to put the OSP codeCache. The OSP framework itself does not care where the codeCache is located, so you’re basically free to put it wherever you’d like. Of course, there are system-specific conventions and restrictions where […]


Please Help Testing 1.3.6

The 1.3.6 branch should be in pretty good shape now, except for that NetSSL leak I mentioned in a previous post. Before officially releasing 1.3.6, I’d like to have it tested a bit more. So if you are currently using 1.3.5 and can donate some time, please get 1.3.6 from SVN and test it with […]


1.3.6 Progress

This week I fixed a few more issues for the upcoming 1.3.6 release. Everything is in the 1.3.6 branch in SVN. There are a few more bugs that need to be fixed before we can release. One that’s particulary nasty is #2864380. The memory leak only occurs if client or server certificate validation is performed […]


POCO on Facebook

For those of you on Facebook, there is now a POCO group.


POCO Anniversary, Past and Future

These days in September 2004, five years ago, I started working on a set of C++ libraries that would reflect my idea of how to write proper C++ programs. What I wanted was a set of C++ libraries for the internet age. Easy to use and quick to learn for those already familiar with things […]


Analysis of POCO Source Code

Issam Lahlali, lead developer of the CppDepend static analyzer, was nice enough to tell me about a source code analysis of POCO, done with CppDepend. You can find the detailed analysis in his blog. In summary, POCO is well designed and implemented, according to his analysis. Not that I would have expected anything else ;-), […]


1.3.6 is Coming

I have created a branch for the 1.3.6 release today. This is a bugfix release that fixes the bugs introduced with 1.3.4/1.3.5, plus some other open issues. 1.3.6 will be released in the coming weeks.