| Thread | Last Post | Replies |
|
| Help to monitor processes on remote computers | 11 Apr 2006 04:42 GMT | 1 |
Problem: My company has many scheduled jobs running on different computers. I am asked to write a program to check some of these (critical) jobs and make sure that they are running normally. For those that run too long
|
| Server + Multiple Clients + Notify specific client | 10 Apr 2006 21:15 GMT | 4 |
This is my first forey into Remoting, so please bare with me... Every sample I can find uses a Singleton system. As far as I can tell, if I raise an event on the server side at that point, every client that has registered will get the message...
|
| Remoting Issue with Events | 10 Apr 2006 20:19 GMT | 2 |
Ok, so here's a weird one. Everything I've found on this is indicating that the assembly hasn't been loaded. But in this case it definately has. I'm rasing an event that is captured in another class that is part of the same dll which then fires a method on an interface that is ...
|
| Secure TCP Remoting | 10 Apr 2006 16:43 GMT | 5 |
Are there any good examples online on how to build a secure TCP channel? I understand there is Geniune Channels, but any open source alternatives? Thanks.
|
| .Net Remoting and DataSet | 10 Apr 2006 09:34 GMT | 2 |
Could someone direct me to documentation that explains what is best when sending data through .Net Remoting using TCP/Binary. Do I use a DataSet or is the DataTable more efficient?
|
| WindowsService stops just after it's started - remoting | 08 Apr 2006 14:35 GMT | 2 |
I created WIndowsService to host SAO object. Everything was ok before, but when I get back to it a few days ago i realized that it doesn't work properly. So what I did wrong? Service host remote object so it has work to do and service shouldn't be stopped.
|
| Credentials cannot be changed on TcpChannels | 07 Apr 2006 18:22 GMT | 4 |
The first time I use the secured TcpChannel (.Net 2.0) in my app everything works well. The problem is when I change the credentials those changes are always ignored and the server does no new authentication. The client has to be
|
| Methods from a SyncProcessMessage? | 04 Apr 2006 14:34 GMT | 2 |
I am working on a project and I ran into a little nag! I am writting a set of custom attributes , [PreProcess(Type, aMethod)] and [PostProcess(Type, aMethod)].
|
| Remoting and Threading | 03 Apr 2006 12:00 GMT | 3 |
Can someone please point me in the direction of a good document explaining how remoting works with threads? Which threads are used, can I limit these threads some way (I'd like, for instance, all calls made on a specific SingleCall objects to occur in a specific thread), etc... ...
|
| Custom proxy in interface-based approach | 02 Apr 2006 12:04 GMT | 4 |
Apparently, using a custom proxy with an interface-referenced object obtained from a server is impossible. I have this scenario : My server application registers a singleton SAO as the starting point for
|