The Incoming thread handles connections from servers and passes the data they send off to the processors
| Parameters: |
|---|
For each outgoing connection one of these threads is created and it will forward the data in its personal Queue to the destination
| Parameters: |
|---|
This thread takes data out of the proc_queue and does things to that data based on the protocol
| Parameters: |
|
|---|
The main server class for Quilt, spins up threads for incoming connections and processing data, and then runs the user interface code
| Parameters: | |
|---|---|
| Type : | max_proc: int |
| Param : | max_proc: maximum number of processor threads to use |
Start the server and display and user interface
The main server class for Quilt, spins up threads for incoming connections and processing data, and then runs the user interface code
| Parameters: | |
|---|---|
| Type : | max_proc: int |
| Param : | max_proc: maximum number of processor threads to use |
Start the server and display and user interface
The Incoming thread handles connections from servers and passes the data they send off to the processors
| Parameters: |
|---|
This thread takes data out of the proc_queue and does things to that data based on the protocol
| Parameters: |
|
|---|
For each outgoing connection one of these threads is created and it will forward the data in its personal Queue to the destination
| Parameters: |
|---|