From: stephan b. <st...@s1...> - 2004-12-18 22:21:01
|
On Saturday 18 December 2004 22:45, Tommi M=E4kitalo wrote: > You mention PHP. And you like C++? Then you might be interested in my > project tntnet. It is a webapplicationserver for C++, which supports > a special template-system similar to PHP, but instead of embedding > PHP in HTML, you can insert C++-code. > > Just visit the homepage http://www.tntnet.org/. i will take a look. :) i love PHP, actually, but i have a project coming=20 up next year where C++ will probably be the better choice. It also=20 sounds like that would be a great place to take advantage of some of=20 P's features, like threading and db support. > And to add to your s11n (sounds interesting) - it would be fun to > create a webapplication with tntnet, which serializes some > c++-objects with s11n and a c++-client-program to receive them. Hey - > that's great!=20 That's s11n's bread and butter. :) i'm normally a very humble person,=20 but when it comes to saving data, i truly believe that s11n has every=20 other serialization framework beat hands-down. Integration with P will=20 make it even more powerful, e.g., by allowing a db-neutral=20 serialization layer. The s11n interface is such that client objects=20 don't care where they save to - they store their state to containers,=20 and Serializers take care of formatting those containers to whatever=20 grammars/DB/data stores they want to. > I will look at s11n.=20 Enjoy! The website has TONS of docs and examples, so you should be able=20 to find pretty quickly whether or not s11n will do the trick for you. =2D-=20 =2D---- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |