Commit Graph

311 Commits

Author SHA1 Message Date
Trustin Lee
9f5468f7a7 Made sure NioWorker.taskQueue doesn't contain the same WriteTask 2008-09-26 03:32:26 +00:00
Trustin Lee
5f1ecc9022 Fixed throughput issue when messages are written from different threads than I/O worker threads 2008-09-26 03:02:31 +00:00
Trustin Lee
ebdcb21421 Made sure StackTraceSimplifier is always loaded 2008-09-26 02:57:10 +00:00
Trustin Lee
824e0034c4 A little bit of optimization 2008-09-26 00:43:14 +00:00
Trustin Lee
e1f4053d41 At last but not least 2008-09-25 16:31:03 +00:00
Trustin Lee
33c1932353 Dunno why but SocketChannel.accept() sometimes returns null. 2008-09-25 11:05:45 +00:00
Trustin Lee
bc60f01b58 section -> chapter 2008-09-24 12:38:52 +00:00
Trustin Lee
9c0b5d1949 Better table L&F 2008-09-24 12:01:50 +00:00
Trustin Lee
87390319c8 Added the list of available options 2008-09-24 11:28:46 +00:00
Trustin Lee
274fa4aac5 A little bit of duplication to help understanding of asynchronous operation 2008-09-24 10:49:39 +00:00
Trustin Lee
d0d99ff6bc More detailed explanation on ChannelFuture 2008-09-24 10:46:58 +00:00
Trustin Lee
320b7133a2 More clarification on ChannelHandlerContext 2008-09-24 10:37:19 +00:00
Trustin Lee
92be78df49 Rephrased the description of ChannelHandlerContext 2008-09-24 10:08:30 +00:00
Trustin Lee
60eec52dab Typo 2008-09-24 09:56:10 +00:00
Trustin Lee
0b8687cdeb More explanation on the characteristics of bootstraps 2008-09-24 09:55:19 +00:00
Trustin Lee
008f7c394e Added the PNG version of the architecture diagram 2008-09-24 09:50:38 +00:00
Trustin Lee
aaa6efcda4 Fires -> Sends 2008-09-24 09:49:23 +00:00
Trustin Lee
6a759f0c63 Fixed grammar, typo, and brevity in Javadoc comments 2008-09-24 09:48:32 +00:00
Trustin Lee
ec06cbf57a Made the diagram more compact 2008-09-24 05:32:43 +00:00
Trustin Lee
880a093c9f Added the architecture diagram 2008-09-24 04:45:39 +00:00
Trustin Lee
891751b396 Updated XSLT to make the documentation point the correct URL 2008-09-24 03:39:21 +00:00
Trustin Lee
705d4f183c Excluded unwritten chapters temporarilly 2008-09-24 03:17:27 +00:00
Trustin Lee
48bf1d543a Better description 2008-09-24 03:14:16 +00:00
Trustin Lee
8c2f314154 Better explanation of what Netty is 2008-09-24 02:30:10 +00:00
Trustin Lee
c8ff671867 [maven-release-plugin] prepare for next development iteration 2008-09-22 11:11:24 +00:00
Trustin Lee
7f8def862a [maven-release-plugin] prepare release netty-3.0.0.CR4 2008-09-22 11:10:07 +00:00
Trustin Lee
45b6c74b84 Another rephrasing 2008-09-22 11:05:43 +00:00
Trustin Lee
a85c3688a8 Another rephrasing 2008-09-22 11:03:49 +00:00
Trustin Lee
95a5af1707 Slight rephrasing 2008-09-22 11:02:28 +00:00
Trustin Lee
f206c5359b Finished the first chapter 2008-09-22 11:00:18 +00:00
Trustin Lee
8d8c7c0227 * Updated PDF XSL
* proven approach for -> proven approach to
* Keep writing the guide...
2008-09-22 05:47:10 +00:00
Trustin Lee
d3f24589a4 * Fixed too frequent plugin update
* Keep writing the guide...
2008-09-22 02:10:31 +00:00
Trustin Lee
da8fa65aca More tweak for PDF guide 2008-09-20 10:44:51 +00:00
Trustin Lee
bacabc9a12 * Reformatted XSL files
* A little bit of tweaking in PDF stylesheet
2008-09-20 10:23:18 +00:00
Trustin Lee
ea7c7e769c * Replaced callout-bug with simple co tags
* Stylesheet update
2008-09-20 09:11:54 +00:00
Trustin Lee
0f3edc8cd8 Fixed cosmetic errors by overriding the default stylesheets 2008-09-20 06:38:56 +00:00
Trustin Lee
6e696ffc51 * Added more shortcut entities 2008-09-19 11:52:30 +00:00
Trustin Lee
3c0d4a5c40 * Extracted common entities into custom.dtd
* Keep writing the getting started chapter
2008-09-19 11:16:28 +00:00
Trustin Lee
0547b35559 Defined four entities related with Netty 2008-09-19 08:23:51 +00:00
Trustin Lee
032226521d Fixed incorrect docbook location 2008-09-19 07:37:55 +00:00
Trustin Lee
b571bdc0e2 * Updated to the latest version of jdocbook plugin and jbossorg styles
* Writing the getting started chapter...
2008-09-19 07:28:48 +00:00
Trustin Lee
ac5a2a2f03 Renamed introduction to getting started 2008-09-19 06:16:14 +00:00
Trustin Lee
d52b238d62 * Fixed issue: NETTY-46 Excessive exception creation overhead when there are many pending write requests in a closed channel
* Added NioWorker.cleanUpWriteBuffer()
* Fixed issue: NETTY-47 Channel is not closed immediately when write operation fails due to closure.
  * Made sure to call NioWorker.close() in NioWorker.write(Un)Fair() and to call NioWorker.cleanUpWriteBuffer() in NioWorker.close();
2008-09-18 03:15:48 +00:00
Trustin Lee
0caeb69ae6 Added a link to the project 2008-09-16 12:32:31 +00:00
Trustin Lee
a668e5066a * Added 'State Management' chapter (just a placeholder for now)
* Wrote the preface
2008-09-16 12:27:15 +00:00
Trustin Lee
3759a9b0d6 A little bit of comments on how version.txt is generated 2008-09-16 09:24:27 +00:00
Trustin Lee
38b4da7f3b * Added cross reference to the distribution
* Tarball and zip distribution are not attached to save deployment time
2008-09-16 09:20:17 +00:00
Trustin Lee
989674fac9 * More compact distribution files
* JavaDoc is not deployed anymore (major bandwidth / space hog)
* Renamed docbook/image to docbook/images to avoid having to image directories
2008-09-16 08:58:41 +00:00
Trustin Lee
caa5c34cbe * Proper DTD declaration
* Use of XInclude
* Fixed incorrect document version
2008-09-16 08:17:13 +00:00
Trustin Lee
107937d5ae Fixed typo 2008-09-11 17:25:59 +00:00