Norman Maurer
15c67f87ff
[ #776 ] Introduce the possiblilty to specify a BossPool when construct ChannelFactory instances.
...
* Beside this allow to set a ThreadNameDeterminer per BossPool and WorkerPool. This allows to have different determiner instances in the same JVM.
This fixes #771 .
* With the possiblity to share BossPools it is even easier to limit the Thread counts even if you need to create many ChannelFactory instances. So this gives a lot of flexibility.
2012-11-29 20:06:32 +01:00
Trustin Lee
977ce4e645
Update license headers
2012-06-04 13:35:22 -07:00
Trustin Lee
2231c31f9f
Fix license headers / Remove JBoss.org style
2011-12-09 14:16:33 +09:00
Trustin Lee
683d678c17
Remove @author and @version / Remove COPYRIGHT.txt
...
* The new copyright header replaces @author
* COPYRIGHT.txt is irrelevant to us now.
2011-12-09 13:44:53 +09:00
Trustin Lee
f9b879e73f
http://jboss.org/netty/ to http://netty.io/
2011-12-09 12:47:26 +09:00
Trustin Lee
e395aacbd4
Imported the 3.2 branch from Netty SVN repository
2010-11-12 00:28:17 +09:00
Trustin Lee
d68c5160ed
Added parentId to ThreadNamingRunnable
2010-08-25 02:31:00 +00:00
Trustin Lee
3659847859
More strict thread naming rule
2010-08-25 02:12:57 +00:00
Trustin Lee
d32e7ff865
Fixed wrong comment
2010-06-30 09:43:18 +00:00
Trustin Lee
8216a3fa5e
Commented out System.out.println
2010-06-30 09:42:48 +00:00
Trustin Lee
9d89ad0837
* Resolved issue: NETTY-336 Fine-grained control over thread renaming
...
** Redefined ThreadNameDeterminer
* Improved caching in AbstractChannel.toString()
* Improved overall OIO thread naming (thread ID number is a large number which doesn't look good though. will fix it later)
2010-06-30 09:17:08 +00:00
Trustin Lee
3362114248
* Replaced e-mail addresses into homepage/blog URL anywhere possible
...
* Added Amit to COPYRIGHT.txt
2010-01-26 09:04:19 +00:00
Trustin Lee
eca6033456
Updated author information. I want to get messages about Netty in my gmail account.
2009-10-14 05:46:40 +00:00
Trustin Lee
15b3317df5
your full thread dump -> the full thread dump
2009-09-08 13:30:05 +00:00
Trustin Lee
26e9b4e7a8
More javadoc based on user feed back
2009-09-08 13:29:25 +00:00
Trustin Lee
64a1b41891
Too many 'new's
2009-09-08 13:18:49 +00:00
Trustin Lee
3b2720e7bb
More Javadoc for ThreadRenamingRunnable
2009-09-08 13:17:05 +00:00
Trustin Lee
5345c7f509
Added ThreadNameDeterminer.CURRENT and PROPOSED
2009-09-04 02:22:28 +00:00
Trustin Lee
b11ef6ca9b
Relicensed to Apache License v2
2009-08-28 07:15:49 +00:00
Trustin Lee
0277a68c49
Updated APIviz tags
2009-07-20 04:50:03 +00:00
Trustin Lee
8b5a652883
Javadoc
2009-06-17 05:39:19 +00:00
Trustin Lee
734a5a46d4
Fixed issue: NETTY-172 Let user choose the I/O thread names
...
* Added ThreadNameDeterminer
* Moved ThreadRenamingRunnable from org.jboss.netty.util.internal to org.jboss.netty.util because it should be accessible by user
2009-06-10 08:56:37 +00:00
Trustin Lee
ec0b3fe3f2
* Moved internal utility classes to org.jboss.netty.util.internal
...
* Made org.jboss.netty.util public
* Moved ObjectSizeEstimator and its implementation to org.jboss.netty.util
2009-04-03 07:41:54 +00:00
Trustin Lee
3a8b92929e
Reduced too broad catch block
2009-03-04 10:26:34 +00:00
Trustin Lee
c043e2bf1c
Removed cyclic dependencies
2009-01-08 05:44:33 +00:00
Trustin Lee
09ef8e8964
Comment clean up as advised
2008-11-14 07:45:53 +00:00
Trustin Lee
6460f2a70f
Runnable should be declared first as declared in the constructor
2008-08-19 10:06:55 +00:00
Trustin Lee
4d17646743
NETTY-19 Investigate if there's any copyright issue related with MINA
...
* Replaced NamePreservingRunnable with a new ThreadRenamingRunnable
2008-08-19 10:06:07 +00:00