libt2n: (reinhard) 1 Million is not enough! (+ doc fix)
authorReinhard Pfau <reinhard.pfau@intra2net.com>
Tue, 23 Sep 2008 15:47:27 +0000 (15:47 +0000)
committerReinhard Pfau <reinhard.pfau@intra2net.com>
Tue, 23 Sep 2008 15:47:27 +0000 (15:47 +0000)
doc/index.doc
test/timeout.cpp

index 73b10ed..febb386 100644 (file)
@@ -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 <string> 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 \<string\> 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:
index bf32527..7a4e9ed 100644 (file)
@@ -479,7 +479,7 @@ class test_timeout : public TestFixture
 
                 string errormsg;
 
-                string huge(1000000,'x');
+                string huge(5000000,'x');
 
                 try
                 {