First  |  Prev | 
Pages: 185 186 187 188 189 190 191 192 193 194 195
Thread handle & synchronization
Thank you for the answer. It should be O.K. for me to have a more active threads than is a maximal number of allowed threads - same as it is O.K. for completion ports. What I was asking is purely possibility how deep can I go while implementing thread pool. I did thread pool which manages methods to execute ... 10 Nov 2007 07:13
Problem uploading a file with HttpWebRequest
Hi all, I'm trying to upload a file from my application to a web server programmatically. I'm not using WebClient() because I need to make it compatible with the Compact Framework. The problem that I have is the following. If you call this function, it only works sometimes. For some reason I get a 408 T... 10 Nov 2007 07:13
What a difference PowerShell Cmdlet and PSCmelet?
Hello, Alexander! Alternatively you can ask in more specific NG like microsoft.public.windows.powershell -- With best regards, Vadym Stetsiak. Blog: http://vadmyst.blogspot.com You wrote on Sun, 4 Nov 2007 11:56:41 +0200: AV> Hi! AV> What a difference PowerShell Cmdlet and PSCmelet? AV> -- ... 10 Nov 2007 07:13
How to debug Powershell commandlets?
Hello, Alexander! I think this can help you http://blogs.msdn.com/jmstall/archive/2007/03/04/debugging-cmdlets.aspx -- With best regards, Vadym Stetsiak. Blog: http://vadmyst.blogspot.com You wrote on Sun, 4 Nov 2007 11:57:18 +0200: AV> Hi! AV> How to debug Powershell commandlets? AV> -- ... 10 Nov 2007 07:13
Performance issue with filestream.write on huge file
I had a similar problem but in another processing section of the software. The problem was I was not calling Dispose after using a dbreader or db command. It was pretty easy to see the memory consumption going up with task manager. But this time it not that obvious. The main loop is one db reader, reading my 6M ... 10 Nov 2007 07:13
absolute assembly search path
You can use a <codebase> element in your configuration file, but unless the assembly is strong-named (not a big deal), the assemblies must be located in or under the application root directory. See: http://msdn2.microsoft.com/en-us/library/2h3sywsc(vs.71).aspx -- HTH, Kevin Spencer Chicken Salad Surgeon... 10 Nov 2007 07:13
Ling to SQL and error recovery
I shouldn't have written that previous post. It's just rubbish. Why didn't the garbagecollector notice it. I don't know what I was thinking when I wrote it. LinqToSql does not know anything about the new object until it is added to the graph. In LinqToSql neworder.Customer = existingCustomer calls existingC... 10 Nov 2007 07:13
Get UserPrincipalName
Hi, Is it possible to get the UserPrincipalName of a user from the WindowsIdentity object ? I'm only able to get the sAMAccount from WidowsIdentity.GetCurrent().Name. Thank you ! ... 10 Nov 2007 07:13
In-Memory Assemblies
Hey ThunderMusic, Take a look at this article: http://www.codeproject.com/useritems/LoadExeIntoAssembly.asp "This example shows how to load an application and run from memory system. After the application load, you can use it without the source EXE file (usually blocked from the system). Useful when you don't ... 10 Nov 2007 07:13
process exit event and thread synchronization
pls disregard the 6:20AM message - I hit some key which in turn fired the posting too early. @!"ยง$%&/()=?@ sorry tb ... 10 Nov 2007 07:13
First  |  Prev | 
Pages: 185 186 187 188 189 190 191 192 193 194 195