Click here to Skip to main content
16,013,516 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is Windows server needed Pin
Colin Angus Mackay23-May-04 13:03
Colin Angus Mackay23-May-04 13:03 
GeneralRe: Is Windows server needed Pin
Vince Pacella23-May-04 13:08
sussVince Pacella23-May-04 13:08 
GeneralRe: Is Windows server needed Pin
Colin Angus Mackay23-May-04 13:11
Colin Angus Mackay23-May-04 13:11 
GeneralRe: Is Windows server needed Pin
Vince Pacella23-May-04 13:13
sussVince Pacella23-May-04 13:13 
GeneralRe: Is Windows server needed Pin
Daniel Turini23-May-04 23:13
Daniel Turini23-May-04 23:13 
GeneralRe: Is Windows server needed Pin
Heath Stewart24-May-04 3:35
protectorHeath Stewart24-May-04 3:35 
GeneralRe: Is Windows server needed Pin
Dave Kreskowiak23-May-04 16:30
mveDave Kreskowiak23-May-04 16:30 
GeneralRe: Is Windows server needed Pin
vjeko24-May-04 6:15
vjeko24-May-04 6:15 
Hi,
It's good the MSDE issue was brought up - I'll keep MSDE in the back of my mind since it is free/license free.

It's sometimes hard to get the question /details right via e-mail. After further consideration, I can point out authentication and number of simultaneous connections to be the areas bothering me:

Authentication
==============
In the C# course I took, we developed a "Chat" clinet/server application, where the PCs were in a domain - so there was a server there (although we installed /used the application only on the win2kpro machines). There I used something like:
tcpc.Connect(servername, port);/to connect to chat server.
(a)Was authentication in the "Chat" environment done via the domain server ?
(b)Will authentication also work in a peer-peer network ?
(c)Does anything special need to be set in win2kpro or win2kserver (if needed) and or .NET/C# to get authentication working ?

Number of simultaneous connections
-------------------------------------
OK, I'll take the "number of connections" limitation
(eg 10 for win2kpro) for granted / not needing to know/how why this comes about.

I would appreciate any further hints/pointers on platform/architecture/DBs for such an application . I have considered other options/alternatives eg server + thin clients, MySQL instead of MSDE, maybe using Win98 to keep down costs, but have insufficient experience to come to any conslusions regarding what is optimum from scaleability, cost etc..

BR,Vjeko


vjeko
GeneralRe: Is Windows server needed Pin
Serge Lobko-Lobanovsky26-May-04 3:52
Serge Lobko-Lobanovsky26-May-04 3:52 
GeneralAlpha & Imagelists Pin
BaShOr23-May-04 0:31
BaShOr23-May-04 0:31 
GeneralRe: Alpha & Imagelists Pin
Colin Angus Mackay23-May-04 1:25
Colin Angus Mackay23-May-04 1:25 
GeneralRe: Alpha & Imagelists Pin
leppie23-May-04 2:12
leppie23-May-04 2:12 
GeneralRe: Alpha & Imagelists Pin
Heath Stewart23-May-04 4:45
protectorHeath Stewart23-May-04 4:45 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 5:05
BaShOr23-May-04 5:05 
GeneralRe: Alpha & Imagelists Pin
Heath Stewart23-May-04 5:20
protectorHeath Stewart23-May-04 5:20 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 5:32
BaShOr23-May-04 5:32 
GeneralRe: Alpha & Imagelists Pin
Heath Stewart23-May-04 5:44
protectorHeath Stewart23-May-04 5:44 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 5:58
BaShOr23-May-04 5:58 
GeneralRe: Alpha & Imagelists Pin
leppie23-May-04 7:00
leppie23-May-04 7:00 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 8:29
BaShOr23-May-04 8:29 
GeneralRe: Alpha & Imagelists Pin
leppie23-May-04 10:49
leppie23-May-04 10:49 
GeneralCompound file in C# Pin
ilmian22-May-04 21:25
ilmian22-May-04 21:25 
GeneralRe: Compound file in C# Pin
bjoernen22-May-04 22:23
bjoernen22-May-04 22:23 
GeneralRe: Compound file in C# Pin
Colin Angus Mackay23-May-04 1:39
Colin Angus Mackay23-May-04 1:39 
GeneralRe: Compound file in C# Pin
Heath Stewart23-May-04 4:36
protectorHeath Stewart23-May-04 4:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.