09.12.2011, 02:58
(
Последний раз редактировалось Iain.Gilbert; 09.12.2011 в 04:14.
)
I figured i'd share my thoughts on some random related stuff here.
Regarding the use of TCP for interop:
This has some advantages, and some disadvantages.
The noteable disadvantages are:
* Speed - TCP is inherently a lot slower than direct memory access.
* Security - When accepting connections from the interwebs there is always a possibility of security breach.
The noteable advantages are:
* Remote connection, which can be handy for example; a remote administration interface.
* Mutiple clients can all happily be connected to the dotnet server at the same time.
more later.
Regarding the use of TCP for interop:
This has some advantages, and some disadvantages.
The noteable disadvantages are:
* Speed - TCP is inherently a lot slower than direct memory access.
* Security - When accepting connections from the interwebs there is always a possibility of security breach.
The noteable advantages are:
* Remote connection, which can be handy for example; a remote administration interface.
* Mutiple clients can all happily be connected to the dotnet server at the same time.
more later.