| Thread | Last Post | Replies |
|
| CAO First Method Call Slow | 01 Aug 2004 00:08 GMT | 1 |
I am having an issue w/ the performace of a CAO. The first method call seems to take between 7 and 30 seconds to respond when the server and client are on different machines. If they are on the same machine, the performance is fine. It seems to me like the response should not take ...
|
| One config file for IIS and custom app server | 31 Jul 2004 21:58 GMT | 1 |
we usually use IIS as appserver, but for one customer we are not allowed to do so. For this reason we have written our own appserver to host the remote objects. For the sake of simple configuration management it would be great if our own appserver could use the same web.config file ...
|
| Advice on remoting vb.net | 31 Jul 2004 21:37 GMT | 1 |
Looking for some examples and or tutorials for remoting with vb.net. Thanks.
|
| Examples on remoting in vb.net | 31 Jul 2004 06:14 GMT | 2 |
I'm looking for ant tutorials or examples concerning remoting with vb.net. Thanks
|
| Are callbacks supported - How do I subscribe to an event within a remote object from the CLIENT side | 30 Jul 2004 21:51 GMT | 1 |
After MANY hours of frustration, I've finally gotten an object to create... However, I am attempting to get a callback by using delegates at both the server and client. The server and the client are one in the same application, just run on
|
| Remoting through a firewall | 30 Jul 2004 10:05 GMT | 6 |
We are building a distributed application where we split the business logic, data base and the UI (web) on three different machines. Between the web server and the business logic server there is a firewall. For the moment we are using web services to get data from the business layer ...
|
| LifetimeServices is killing me. | 29 Jul 2004 22:50 GMT | 6 |
LifetimeServices seems to be killing off my SAO's and I am getting very frustrated. I've overridden MBR:InitializeLifetimeService() to return null for all of my objects, but this does not solve it.
|
| System design: management of server side application threads | 29 Jul 2004 20:12 GMT | 1 |
I have a system which comprises of a number of server side application and services. There is a thread per service or application and some threads may also create their own application threads. ServerApplication.exe
|
| Performance of .NET Remoting vis-a-vis Web Services | 29 Jul 2004 16:54 GMT | 8 |
I am aware that .NET Remoting offers better overall performance than Web Services, but ... is there any documentation (benchmarks) on the *magnitude* of the performance advantage of .NET Remoting over Web Services? By how much is it better?
|
| PRB: Remoting and COM-Interop | 29 Jul 2004 15:01 GMT | 1 |
The problem: I developed a remoting server and a corresponding client dll. I used a dll as the remoting client because I want to prevent my applications from knowing remoting details.
|
| Limitation of events over SOAP/HTTP | 29 Jul 2004 14:59 GMT | 1 |
I'm currently doing priliminary research into the usability of event passing through remoting. I've been experiencing some difficulty. Using a sample that I found I now have the eventing working successfully using a BinaryServerFormatterSinkProvider and a TCP Channel.
|
| Hosting thru IIS and Configuration | 28 Jul 2004 21:42 GMT | 1 |
I have developed a compression sink that works with remoting using a TCP Client and Server. So I know that the sink works. I am having trouble getting this into IIS. My client can no longer communicate with the Remote
|
| Windows remote application launch through a Web service | 28 Jul 2004 21:39 GMT | 1 |
I possible to create a web service that launch a Windows Graphics .exe application (like notepad.exe, for example) installed on a remote server though a Web Service. If yes, what are the main .NET API functions involved in the application call on the server side ?
|
| Remoting and security | 28 Jul 2004 17:00 GMT | 6 |
I have created a NT Service and I expose some methods through "Remoting". All works great. However, I want to prevent that everyone (within my Intranet) will be able to use it. As I understand it, assuming that the client is installed on a PC within the
|
| How to avoid Internet Explorer proxy settings causing Remoting problem? | 28 Jul 2004 09:16 GMT | 6 |
I have a program that runs on multiple client pc's. Occasionally one or more of those pc's use VPN to connect to another corporate network. When using VPN they need to set proxy server in Internet Explorer connection settings (proxy:8080). However, as soon as this setting is enabled ...
|