Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
GeneralControl Popup Menu of Taskbar Button Pin
paul116717-Jan-08 23:14
paul116717-Jan-08 23:14 
GeneralRe: Control Popup Menu of Taskbar Button Pin
paul116722-Jan-08 22:38
paul116722-Jan-08 22:38 
Generalretrieve value from pop up window Pin
chithra.r17-Jan-08 23:09
chithra.r17-Jan-08 23:09 
Generalpopulate .csv from datagridview Pin
arkiboys17-Jan-08 22:16
arkiboys17-Jan-08 22:16 
GeneralRe: populate .csv from datagridview Pin
Adeel Chaudhry17-Jan-08 22:30
Adeel Chaudhry17-Jan-08 22:30 
GeneralRe: populate .csv from datagridview Pin
arkiboys17-Jan-08 22:41
arkiboys17-Jan-08 22:41 
GeneralRe: populate .csv from datagridview Pin
Adeel Chaudhry17-Jan-08 23:19
Adeel Chaudhry17-Jan-08 23:19 
QuestionHow to scale a remoting application? Pin
mav.northwind17-Jan-08 21:35
mav.northwind17-Jan-08 21:35 
Hi guys!
I'm a bit at a loss regarding the scalability of a client-server-application, perhaps someone can give me some tips...

In this application, I have a .NET Remoting server running as a windows service. This server is using an SQLServer database and a file storage to perform the services it offers.

All clients communicate with this single service via remoting (usually with TCP binary formatters for performance reasons).

The problem is that I have no idea how many clients can be handled by the service (how could I test what's happening when 100 clients call methods on the server in parallel? How about 1000 or more?) and, what's worse, what to do once the maximum capacity has been reached.
Each client has to know exactly one URI with server machine and port to contact for remoting to work, so how can I distribute the requests to different servers?

Regards,
mav

--
Black holes are the places where God divided by 0...

AnswerRe: How to scale a remoting application? Pin
martin_hughes18-Jan-08 2:41
martin_hughes18-Jan-08 2:41 
GeneralRe: How to scale a remoting application? Pin
mav.northwind18-Jan-08 19:37
mav.northwind18-Jan-08 19:37 
GeneralRe: How to scale a remoting application? Pin
martin_hughes19-Jan-08 1:58
martin_hughes19-Jan-08 1:58 
GeneralAdd a new Language to my program Pin
anderslundsgard17-Jan-08 21:14
anderslundsgard17-Jan-08 21:14 
GeneralRe: Add a new Language to my program Pin
imsathy17-Jan-08 22:22
imsathy17-Jan-08 22:22 
GeneralRe: Add a new Language to my program Pin
anderslundsgard17-Jan-08 22:36
anderslundsgard17-Jan-08 22:36 
GeneralRe: Add a new Language to my program Pin
imsathy17-Jan-08 22:53
imsathy17-Jan-08 22:53 
GeneralRe: Add a new Language to my program Pin
anderslundsgard17-Jan-08 23:27
anderslundsgard17-Jan-08 23:27 
GeneralRe: Add a new Language to my program Pin
Russell Jones18-Jan-08 2:51
Russell Jones18-Jan-08 2:51 
GeneralRe: Add a new Language to my program Pin
anderslundsgard18-Jan-08 2:56
anderslundsgard18-Jan-08 2:56 
GeneralRe: Add a new Language to my program Pin
Russell Jones18-Jan-08 3:16
Russell Jones18-Jan-08 3:16 
QuestionRemoting ? Pin
Eike Mueller17-Jan-08 20:46
Eike Mueller17-Jan-08 20:46 
AnswerRe: Remoting ? Pin
led mike18-Jan-08 6:43
led mike18-Jan-08 6:43 
GeneralRe: Remoting ? Pin
Eike Mueller20-Jan-08 0:06
Eike Mueller20-Jan-08 0:06 
GeneralRe: Remoting ? Pin
led mike22-Jan-08 5:03
led mike22-Jan-08 5:03 
GeneralRe: Remoting ? Pin
Eike Mueller22-Jan-08 21:16
Eike Mueller22-Jan-08 21:16 
GeneralRe: Remoting ? Pin
led mike23-Jan-08 5:46
led mike23-Jan-08 5:46 

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.