Monthly Archives: July 2004

A reminder….

Here is a reminder why Boost::Python and C++ Templates in general are evil: Quote from gcc error message: In function `boost::python::api::object boost::python::detail::make_function_aux(void (pyPythonMsg::*)(int), boost::python::default_call_policies const&, boost::python::detail::args_from_python const&, boost::mpl::list3 const&, std::pair const&, boost::mpl::int_)’:

Leave a comment

That Perfect Language

Having been introduced to Python years ago, I keep coming back to it. For webpages, I used to prefer PHP, but increasingly I am writing native Apache modules and using XSLT output filters to generate my presentation layer. Writing pages … Continue reading

Leave a comment

SOAP isn’t Simple

Simple Object Access Protocol or SOAP is not simple like it’s name implies. But, Today I bring good news. I was able to remove the EasySOAP from the Plasma Server Code. I have replaced it with a very simple HTTP … Continue reading

Leave a comment