-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Readme and disclaimer to server example
- Loading branch information
1 parent
2cf1b67
commit f115af5
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Server example | ||
++++++++++++++ | ||
This example shows how to create a server that can process incoming requests from multiple clients, | ||
puts these requests on a queue and will execute these requests one by one. | ||
|
||
DISCLAIMER | ||
============ | ||
This example uses Netsquid Protocols in order to create listeners for each classical socket and other functionalities. | ||
In a setting where one runs an application on hardware, one would, for example, start and use a thread for each listener. | ||
But in SquidASM one can not create a functional application in the same fashion due the underlying discrete event simulator, Netsquid. | ||
In this example, the appropriate Netsquid Protocols have been created to achieve the desired functionality, | ||
but as these do not translate to hardware, any application written using them will require a larger translation to be compatible with hardware. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters