[Plugin] Dotnet Script API
#2

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.
Reply


Messages In This Thread
Dotnet Script API - by Iain.Gilbert - 09.12.2011, 02:56
Re: Dotnet Script API - by Iain.Gilbert - 09.12.2011, 02:58
Re: Dotnet Script API - by SlashPT - 09.12.2011, 06:48
Re: Dotnet Script API - by HyperZ - 09.12.2011, 08:17
Re: Dotnet Script API - by T0pAz - 09.12.2011, 08:32
Re: Dotnet Script API - by RyDeR` - 09.12.2011, 09:33
Re: Dotnet Script API - by T0pAz - 09.12.2011, 10:23
Re: Dotnet Script API - by Iain.Gilbert - 09.12.2011, 19:07
Re: Dotnet Script API - by SlashPT - 09.12.2011, 20:40
Re: Dotnet Script API - by Iain.Gilbert - 09.12.2011, 21:34
Re: Dotnet Script API - by SlashPT - 09.12.2011, 21:42
Re: Dotnet Script API - by Iain.Gilbert - 10.12.2011, 02:53
Re: Dotnet Script API - by T0pAz - 10.12.2011, 06:05
Re: Dotnet Script API - by Iain.Gilbert - 10.12.2011, 10:44
Re: Dotnet Script API - by SlashPT - 10.12.2011, 17:01
Re: Dotnet Script API - by T0pAz - 10.12.2011, 17:08
Re: Dotnet Script API - by T0pAz - 17.12.2011, 16:08

Forum Jump:


Users browsing this thread: 1 Guest(s)