<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Modular Design</title><link>https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%2520Design/</link><description>Recent changes to Modular Design</description><atom:link href="https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%20Design/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 15 Feb 2019 20:16:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%20Design/feed" rel="self" type="application/rss+xml"/><item><title>Modular Design modified by Victor H Olvera</title><link>https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%2520Design/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -9,7 +9,7 @@
 3. Net Couriers
 4. Method Support

-The server pump, IO control and the net couriers each run on their own thread. For the most part they communicate with each other by passing messages back and forth using a tPacketArray object. The method support modules share the same thread and data as IO control.
+The server pump, IO control and the net couriers each run on their own thread. For the most part they communicate with each other by passing messages back and forth using a tPacketArray object. The method support modules share the same thread and data as IO control. The server pump shares the same thread as the LaunchPad

 * The **server pump** is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.* Its duties are pretty much like a guard  at the gate or secretary in an office.*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor H Olvera</dc:creator><pubDate>Fri, 15 Feb 2019 20:16:32 -0000</pubDate><guid>https://sourceforge.net23e4805ac887a7805bc3060666227b181b297a7d</guid></item><item><title>Modular Design modified by Victor H Olvera</title><link>https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%2520Design/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,7 +11,7 @@

 The server pump, IO control and the net couriers each run on their own thread. For the most part they communicate with each other by passing messages back and forth using a tPacketArray object. The method support modules share the same thread and data as IO control.

-* The **server pump** is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.* Its duties are pretty much like a guard on at the gate or secretary in an office.*
+* The **server pump** is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.* Its duties are pretty much like a guard  at the gate or secretary in an office.*

 * **IO control** is the brains of the operation. It is in charge of handling the logistics between input, output and processing. *Think of IO control like the control center at NASA or the bridge of the enterprise.*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor H Olvera</dc:creator><pubDate>Fri, 15 Feb 2019 19:37:14 -0000</pubDate><guid>https://sourceforge.net57bccb4dcaa0c306465bb900585433817f712999</guid></item><item><title>Modular Design modified by Victor H Olvera</title><link>https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%2520Design/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,11 +11,11 @@

 The server pump, IO control and the net couriers each run on their own thread. For the most part they communicate with each other by passing messages back and forth using a tPacketArray object. The method support modules share the same thread and data as IO control.

-* The **server pump** is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.
+* The **server pump** is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.* Its duties are pretty much like a guard on at the gate or secretary in an office.*

-* **IO Control** is the brains of the operation. It is in charge of handling the logistics between input, output and processing.
+* **IO control** is the brains of the operation. It is in charge of handling the logistics between input, output and processing. *Think of IO control like the control center at NASA or the bridge of the enterprise.*

-* The **net couriers** are in charge or receiving and transmitting data. They do not do any data processing with the exception of preliminary filtering of incoming packets.
+* The **net couriers** are in charge or receiving and transmitting data. They do not do any data processing with the exception of preliminary filtering of incoming packets. *The job of net couriers is similar to the postal service, UPS, FedEx, etc.* A single net courier represents a single transmission channel. The more net couriers a server has the more channels are available hence the more concurrent transmissions the server is capable of.

-* The **method support** modules do the actual processing of data. Each one of these modules handles a subset of the method APIs. Adding and removing these modules adds and removes the capabilities of the server.
+* The **method support** modules do the actual processing of data. Each one of these modules handles a subset of the method APIs. Adding and removing these modules adds and removes the capabilities of the server. Method support modules assist IO control with very specific tasks. *They do all the dirty work like minions or henchmen.*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor H Olvera</dc:creator><pubDate>Fri, 15 Feb 2019 19:36:41 -0000</pubDate><guid>https://sourceforge.nete7ee57c20aeb354030e24981b794101a9d6ced73</guid></item><item><title>Modular Design modified by Victor H Olvera</title><link>https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%2520Design/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,8 @@
-VectorSigma follows a modular design. It is divided into 4 module types. At base of the server program lies what I call a LaunchPad because it initializes, loads and gets the modules up and running. The modules are
+
+
+-----
+
+VectorSigma follows a modular design. It is divided into 4 module types. At base of the server program lies what I call a LaunchPad because it initializes, loads and gets the modules up and running. The module types are

 1. Server Pump
 2. IO Control
@@ -7,11 +11,11 @@

 The server pump, IO control and the net couriers each run on their own thread. For the most part they communicate with each other by passing messages back and forth using a tPacketArray object. The method support modules share the same thread and data as IO control.

-* The server pump is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.
+* The **server pump** is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.

-* IO Control is the brains of the operation. It is in charge of handling the logistics between input, output and processing.
+* **IO Control** is the brains of the operation. It is in charge of handling the logistics between input, output and processing.

-* The net couriers are in charge or receiving and transmitting data. They do not do any data processing with the exception of preliminary filtering of incoming packets.
+* The **net couriers** are in charge or receiving and transmitting data. They do not do any data processing with the exception of preliminary filtering of incoming packets.

-* The method support modules do the actual processing of data. Each one of these modules handles a subset of the method APIs. Adding and removing these modules adds and removes the capabilities of the server.
+* The **method support** modules do the actual processing of data. Each one of these modules handles a subset of the method APIs. Adding and removing these modules adds and removes the capabilities of the server.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor H Olvera</dc:creator><pubDate>Fri, 15 Feb 2019 19:21:44 -0000</pubDate><guid>https://sourceforge.net3d2ed2ded6a959a3cef87779b91d0d6d5e57babe</guid></item><item><title>Modular Design modified by Victor H Olvera</title><link>https://sourceforge.net/p/cilantro-vectorsigma/wiki/Modular%2520Design/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;VectorSigma follows a modular design. It is divided into 4 module types. At base of the server program lies what I call a LaunchPad because it initializes, loads and gets the modules up and running. The modules are&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Server Pump&lt;/li&gt;
&lt;li&gt;IO Control&lt;/li&gt;
&lt;li&gt;Net Couriers&lt;/li&gt;
&lt;li&gt;Method Support&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The server pump, IO control and the net couriers each run on their own thread. For the most part they communicate with each other by passing messages back and forth using a tPacketArray object. The method support modules share the same thread and data as IO control.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The server pump is the interface between the operating system and the server. It is in charge of polling the sockets to be on the lookout for new connections and incoming data. It also handles any signals sent by the operating system. It does not do any retrieval or processing of data. When it sees a new connection it notifies IO control. When it sees incoming data it sends a notification to the net couriers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IO Control is the brains of the operation. It is in charge of handling the logistics between input, output and processing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The net couriers are in charge or receiving and transmitting data. They do not do any data processing with the exception of preliminary filtering of incoming packets.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The method support modules do the actual processing of data. Each one of these modules handles a subset of the method APIs. Adding and removing these modules adds and removes the capabilities of the server.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor H Olvera</dc:creator><pubDate>Fri, 15 Feb 2019 19:20:35 -0000</pubDate><guid>https://sourceforge.net4fd6a85d455fd063b7a9e12dcacb436234dfbf32</guid></item></channel></rss>