Re: [ADVANCED-DOTNET] multithreaded application

2002-11-15 Thread Greg Reinacker
number of HTTP connections you're allowing, etc.) Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com http://www.rassoc.com/gregr/weblog/ -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED-DOTNET@;DISCUSS.DEVELOP.COM] On Behalf Of Karim

Re: [ADVANCED-DOTNET] Application Center Test 2000 Authentication mode

2002-07-15 Thread Greg Reinacker
lso pretty easily just hard code the headers into your script, by adding the Authorization header. Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com http://www.rassoc.com/gregr/weblog/ -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL

Re: [ADVANCED-DOTNET] Objects/COM Load balancing

2002-07-02 Thread Greg Reinacker
with both the HTTP and TCP remoting channels. NLB ships with W2K Advanced Server, and in Application Center Server. Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com http://www.rassoc.com/gregr/weblog/ -Original Message- From: Moderated discussion of advanced .NET to

Re: [ADVANCED-DOTNET] problem with c# client while calling the web service by using the soap

2002-06-06 Thread Greg Reinacker
It looks like the problem lies with your service's WSDL document; the parameter str is defined as a string, which must be escaped as shown. Do you have control of the service's code? Can you post the WSDL document you started from? Greg Reinacker Reinacker & Associa

Re: [ADVANCED-DOTNET] Singleton pattern

2002-06-03 Thread Greg Reinacker
> Don't you automatically get one > instance of a static class in each app-domain? This behavior depends on the LoaderOptimization setting, which is set when an AppDomain is created (either at AppDomain.CreateDomain, or CorBindToRuntimeHost). Greg Reinacker Reinacker & Associ

Re: [ADVANCED-DOTNET] Singleton pattern

2002-06-02 Thread Greg Reinacker
singleton will disappear when the AppDomain goes down. Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]] On Behalf Of franklin gray Sent: Friday, May 31, 2002 9:04 AM To: [EMAIL

Re: [ADVANCED-DOTNET] Help Architecting A Middle Tier

2002-05-27 Thread Greg Reinacker
generate his own tokens that will appear valid on the server; however, remember that the mere fact that someone can generate a token does not mean that they can access your system...they still need to hash the credentials with the token. Greg Reinacker Reinacker & Associates, Inc.

Re: [ADVANCED-DOTNET] Help Architecting A Middle Tier

2002-05-27 Thread Greg Reinacker
g you need to know is in the spec [1]. [1] http://www.ietf.org/rfc/rfc2617.txt?number=2617 Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]] On Behalf Of Oren Novotny Sen