| Thread | Last Post | Replies |
|
| Do we still have the 25 connection limit using tcp per cpu? | 14 Oct 2003 00:16 GMT | 1 |
I am using CAO tcp remoting. Is there a limitation of 25 connections for each cpu? Is one client 1 tcp connection? Thanks
|
| Remoting - abstract class definition for collection enumerator | 14 Oct 2003 00:12 GMT | 2 |
When implementing Remoting with abstract base classes in a shared assembly and a custom strongly-typed CollectionBase class that inherits from MarshalByRefObject, how does one define the abstract method for the custom Collection enumerator?
|
| MS Access to Remoting question | 13 Oct 2003 19:36 GMT | 3 |
This question crosses groups but to avoid cross posting, I'll start here. I've an old VBA DAO app that depends heavily on the typeahead capability in pulldown lists to select records out of a long (several thousand) list of possibilities. I'm looking at a combination of C# on the ...
|
| Microsoft.Samples...SSPI and Security | 13 Oct 2003 17:05 GMT | 7 |
I am absolutely bewildered by now by the Microsoft.Samples SSPI and Security assemblies. I've been trying to set these up in a very straightforward harness in the way that I'd like to be able to use them. No IIS. Use TCP, binary. Standard server example with a console host and ...
|
| Remoting from dialup | 13 Oct 2003 14:12 GMT | 2 |
Is it possible to use remoting from a dialup connection outside a firewall? I have created and tested a remote object that works fine from a PC inside the firewall on our LAN. When I tried the same call from a PC
|
| Problem Server Activating Class Containing Runtime Callable Wrapper - Please Help! | 11 Oct 2003 05:16 GMT | 7 |
I have a type that I am registering as a well known remote server object. This type contains a method that attempts to instantiate another type that is a VS.NET generated runtime callable wrapper for a third-party COM object. My client has no problem retreiving its proxy of my ...
|
| WebService without iis | 10 Oct 2003 21:32 GMT | 7 |
I am currently develloping a group of applications for my company, each of them doing a certain job. I plan to use remoting to coordinate my apps. Many computers won't have an iis server and I want to keep it interoperable so this leads
|
| Sharing Call Context between threads | 10 Oct 2003 19:30 GMT | 3 |
I have a remoting application (client UI/Windows Service server) which uses the System.Runtime.Remoting.Messaging.CallContext object to pass around various pieces of information (UserID etc.) from the client to the server. If I create an new thread in the UI, the Call context for ...
|
| Remoting OleDbConnection... | 10 Oct 2003 17:54 GMT | 2 |
I tried remoting the OleDbConnection, but it is throwing FileNotFoundException (System.Data not found) ...Ashok
|
| Remoting Design Question | 10 Oct 2003 17:12 GMT | 3 |
Our design is a typical 3-tier architecture with a web server, app server, and database server. Currently, we have web services exposing business services on the app server. The performance is a not great and we are considering using .net remoting to replace the web services layer ...
|
| Smart Client Web AutoDeployment, Remoting and Config Files | 10 Oct 2003 17:10 GMT | 6 |
Back to this notorious topic being left unanswered despite the many postings. I have a WinForm client application which talks via remoting to another assembly on another machine. The client configures itself using
|
| Developing server and continual refusing connection until timeoout expires | 10 Oct 2003 08:09 GMT | 1 |
Can someone please enlighten me as to the procedure for developing a remoting server and being able to re-deploy it a number of times. I make some changes, shut the service down on the development PC, copy across the new exe and dlls, start the service again and then get the "No
|
| Remoting vs ADO.Net | 10 Oct 2003 07:18 GMT | 2 |
Hello NG, I have to give a *big* presentation on remoting vs ADO.Net. Different kind of problems are faced by developers and programmers while using ado or remoting in their work. I was wondering if I can get some cases (will be
|
| Is there away to debug remote object that are create in an window service? | 10 Oct 2003 04:30 GMT | 1 |
Looking for some tutorials on how to debug remote objects create in window service and use by a client console application. Is there away to attach to these remote objects? Thank You
|
| Singleton only with respect to a single client? | 10 Oct 2003 04:24 GMT | 3 |
Quite a few of the recently posted requests appear to be dealing with sharing the information in a Singleton server object with more than one client. This situation can be seen in many console application samples by running the server and then running multiple clients. To see this ...
|