<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - xSocket 1.2 released - NIO library</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 18 May 2013 19:16:16 -0400</pubDate>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[<blockquote>First of all MINA is also a good NIO implementation. From the performance view there shouldn’t be big differences.</blockquote>Thanks for mentioning Apache MINA (<a class="jive-link-external" href="http://mina.apache.org/"...]]></description>
        

        <pubDate>Thu, 02 Aug 2007 06:03:55 -0400</pubDate>

        

        <jf:creationDate>Thu, 02 Aug 2007 06:03:55 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 02 Aug 2007 06:03:55 -0400</jf:modificationDate>
        <jf:date>Aug 2, 2007</jf:date>
        <jf:author>trustin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[xSocket uses internal in-memory queues to read and write data. Reading and writing data will be done within the Selector thread. The worker threads will be used (if not single threaded mode is activated) to call the handler’s event notification methods....]]></description>
        

        <pubDate>Tue, 31 Jul 2007 14:43:53 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 14:43:53 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 14:43:53 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Gregor Roth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[<blockquote>Asynchronous, non-blocking behaviour of NIO is supported by xSocket on the client-side and on the server-side (see NonBlockingConnection class). <br><br>Threading is configurable based on the java.util.concurrent.Executor implementation,...]]></description>
        

        <pubDate>Tue, 31 Jul 2007 14:20:59 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 14:20:59 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 14:20:59 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Wille Faler</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[First of all MINA is also a good NIO implementation. From the performance view there shouldn’t be big differences. ...]]></description>
        

        <pubDate>Tue, 31 Jul 2007 13:58:25 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 13:58:25 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 13:58:25 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Gregor Roth</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[Asynchronous, non-blocking behaviour of NIO is supported by xSocket on the client-side and on the server-side (see NonBlockingConnection class). ...]]></description>
        

        <pubDate>Tue, 31 Jul 2007 12:10:10 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 12:10:10 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 12:10:10 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Gregor Roth</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Mina</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[How does it compare to Mina?
.V]]></description>
        

        <pubDate>Tue, 31 Jul 2007 11:54:18 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 11:54:18 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 11:54:18 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Victor C.</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[Interesting.. Does it retain the asynchronous, non-blocking behaviour of NIO (so it doesn't fall into being another unscalable Socket implementation)?...]]></description>
        

        <pubDate>Tue, 31 Jul 2007 11:27:27 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 11:27:27 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 11:27:27 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Wille Faler</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>JMX support already exists</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[JMX is already supported. By calling MultithreadedServerMBeanProxyFactory.createAndRegister(myServer, "MyTestServer")
 the metrics will be exposed. See <a href="http://xsocket.sourceforge.net/tutorial/tutorial.htm#JMX"> xSocket tutorial - chapter JMX</a>]]></description>
        

        <pubDate>Tue, 31 Jul 2007 10:16:43 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 10:16:43 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 10:16:43 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Gregor Roth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[Looks nice. I like the usage simplicity......]]></description>
        

        <pubDate>Tue, 31 Jul 2007 09:40:29 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 09:40:29 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 09:40:29 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Ruslan Zenin</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>xSocket 1.2 released - NIO library</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=46397</link>

        

        
            <description><![CDATA[xSocket 1.2 has been released. <a href="http://xsocket.sourceforge.net/">xSocket</a> is a easy to use NIO-based library to build high performance, highly scalable network applications. It supports writing client-side applications as well as server-side...]]></description>
        

        <pubDate>Tue, 31 Jul 2007 07:08:05 -0400</pubDate>

        

        <jf:creationDate>Tue, 31 Jul 2007 07:08:05 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 31 Jul 2007 07:08:05 -0400</jf:modificationDate>
        <jf:date>Jul 31, 2007</jf:date>
        <jf:author>Gregor Roth</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>



</channel>
</rss>

