From: Reinhard Pfau Date: Tue, 23 Sep 2008 15:47:27 +0000 (+0000) Subject: libt2n: (reinhard) 1 Million is not enough! (+ doc fix) X-Git-Tag: v0.4~3 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=e72e07f3178ced4277066c5df4dfd5934fac49e8 libt2n: (reinhard) 1 Million is not enough! (+ doc fix) --- diff --git a/doc/index.doc b/doc/index.doc index 73b10ed..febb386 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -73,7 +73,7 @@ Using libt2n and its code generator only the server procedure implementations ha \include example1/t2nexample.cpp \par Required includes go into the group header file: t2nexample.hxx: - All includes required to get the declarations of the types used by the procedures to export go into the group header file. libt2n uses boost for serialization. This means all types involved in a remote procedure call must be boost serializable. In this example we only use std::string provided by and boost already provides serialization for std::string in the boost/serialization/string.hpp header file. + All includes required to get the declarations of the types used by the procedures to export go into the group header file. libt2n uses boost for serialization. This means all types involved in a remote procedure call must be boost serializable. In this example we only use std::string provided by \ and boost already provides serialization for std::string in the boost/serialization/string.hpp header file. \include example1/t2nexample.hxx \par The server program: server.cpp: diff --git a/test/timeout.cpp b/test/timeout.cpp index bf32527..7a4e9ed 100644 --- a/test/timeout.cpp +++ b/test/timeout.cpp @@ -479,7 +479,7 @@ class test_timeout : public TestFixture string errormsg; - string huge(1000000,'x'); + string huge(5000000,'x'); try {