<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/vb2005socket/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/vb2005socket/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 27 Sep 2007 20:16:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vb2005socket/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Beta &amp;quot;A&amp;quot; Code</title><link>https://sourceforge.net/p/vb2005socket/news/2007/09/beta-quotaquot-code/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have released the Beta &amp;quot;A&amp;quot; code.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Thu, 27 Sep 2007 20:16:20 -0000</pubDate><guid>https://sourceforge.net8e6d523d79f0267a070641225713bc19c5686a24</guid></item><item><title>Wiki</title><link>https://sourceforge.net/p/vb2005socket/news/2007/06/wiki/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have activated the Wiki feature with the intention of using it for detailing and discussing the use of the socket server in other projects. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Fri, 01 Jun 2007 00:24:48 -0000</pubDate><guid>https://sourceforge.net45d7aec3c1461d0b69ddc656a6ceee853a761214</guid></item><item><title>Beta</title><link>https://sourceforge.net/p/vb2005socket/news/2007/05/beta/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have released the Beta version of the Socket Processor. I would like for somebody to break it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Thu, 31 May 2007 20:10:42 -0000</pubDate><guid>https://sourceforge.netef3b046500c8aef0221100aaf051412b19f94559</guid></item><item><title>&amp;quot;A&amp;quot; Code release</title><link>https://sourceforge.net/p/vb2005socket/news/2007/05/quotaquot-code-release/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The &amp;quot;A&amp;quot; code has been released, if I don't find any serious problems, it will be released as beta code in a couple of weeks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Thu, 31 May 2007 20:09:54 -0000</pubDate><guid>https://sourceforge.net25515b10103a4d3bd3fdc84bbb963f8e5684336e</guid></item><item><title>Updates</title><link>https://sourceforge.net/p/vb2005socket/news/2007/05/updates/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I took a break and didn't work on this for the last few weeks, but I am back.&lt;/p&gt;
&lt;p&gt;I have taken the binary versions off-line because I think it is better to just work with the code directly. If you want a complied version, let me know. Once I get the code ready for production, I will produce a binary release.&lt;/p&gt;
&lt;p&gt;I have finished working with the “A” code, and I will be posting it later today. The “A” code is based on the Alpha 1.7 code, and will be designated Alpha 2.8.&lt;/p&gt;
&lt;p&gt;I haven’t received any feed back on the Alpha 1.9 code, so I will be posting a Beta version of 1.9 either later today or tomorrow as Beta 2.1.10.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Thu, 31 May 2007 17:39:16 -0000</pubDate><guid>https://sourceforge.net3f53e99d13e09730dfd963f299d4bf3d3464d5bb</guid></item><item><title>Ready for Beta?</title><link>https://sourceforge.net/p/vb2005socket/news/2007/05/ready-for-beta/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Alpha v0.0.1.9 has been posted. I will be releasing it as a beta version unless somebody sees a problem with it. &lt;/p&gt;
&lt;p&gt;I will be starting work on the &amp;quot;A&amp;quot; code in the very near future.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Mon, 07 May 2007 18:43:54 -0000</pubDate><guid>https://sourceforge.net23e13c9871d2eba825cf107b6ddd87c129f5848d</guid></item><item><title>The &amp;quot;B&amp;quot; Code </title><link>https://sourceforge.net/p/vb2005socket/news/2007/05/the-quotbquot-code-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I did some testing with the &amp;quot;B&amp;quot; code, async listener with multi-threaded blocking clients. &lt;/p&gt;
&lt;p&gt;With the Debug traces REM'd out, it run on an order of 40 times better with the testing application, much better than I had expected. It runs even better when compiled. It is still not performing where I want it to be, but it is acceptable for the time being. &lt;/p&gt;
&lt;p&gt;The big advantage of this format is the ability to move higher level connection specific code into the connection level. This could include formatting/parsing, authentication, Address validation, encryption or anything else.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The &amp;quot;A&amp;quot; code which is still being written, is a single-threaded completely async processor, promises to be extreamly fast, but the code will need to be limited to the socket processing.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;With the success of tonight's testing, I am thinking I am going to continue focusing on the &amp;quot;B&amp;quot; code. I am going to produce the &amp;quot;A&amp;quot; code as an exercise, and to see if there is anything I can use to optimize the &amp;quot;B&amp;quot; code.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Any input will be appreciated and considered. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Sat, 05 May 2007 02:49:46 -0000</pubDate><guid>https://sourceforge.net041ca546f823ed5a9c31090e1c7b240f17a2a919</guid></item><item><title>Project Start</title><link>https://sourceforge.net/p/vb2005socket/news/2007/04/project-start/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After looking around a bit for a fair TCP server for use in VB 2005 and not finding one, I decided to build one from scratch. &lt;/p&gt;
&lt;p&gt;I started on April 18, 2007 and it is starting to shape up into something useful.&lt;/p&gt;
&lt;p&gt;I will hopefully have the first piece of the code up this evening (04/26/07).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Robinson</dc:creator><pubDate>Thu, 26 Apr 2007 18:24:41 -0000</pubDate><guid>https://sourceforge.net64e45676497271e52a1cfe519ae226fbc46ae4b3</guid></item></channel></rss>