No announcements
Found 2680057 threads
-
0 Votes
Spawning threads in serviced components
Hi all, I have a questions regardnig background processing in serviced components. Is it possible to start threads in a class that is ...Answered | 1 Replies | 5805 Views | Created by Dirki - Monday, January 15, 2007 9:11 AM | Last reply by Florin Lazar - MSFT - Monday, January 15, 2007 11:04 PM -
0 Votes
Serviced Components Dynamic Registration
Is there any way in which I can avoid the Dynamic Registration facility that is available through Serviced Components?. Meaning if the user wants to use a particular ...Answered | 1 Replies | 4436 Views | Created by Arjuna Marambe - Wednesday, January 11, 2006 6:27 AM | Last reply by HarrisSyed - Monday, April 17, 2006 3:41 PM -
0 Votes
Separating Serviced Components from Data Access Components
write the business and data access logic in simple .NET classes, and the serviced component acts as a simple wrapper that uses the .NET classes." Any ...Answered | 1 Replies | 5766 Views | Created by rfclarity - Tuesday, December 19, 2006 6:54 PM | Last reply by rfclarity - Wednesday, December 20, 2006 12:07 AM -
0 Votes
Spawning new threads in a web-service
COM components that take a lot of time. I'm planning to create several threads to make these calls asynchronously. So do these threads come from the IIS Thread Pool? If so, ...Answered | 1 Replies | 3116 Views | Created by sriniris - Wednesday, April 11, 2007 7:35 PM | Last reply by Daniel Roth - Wednesday, April 11, 2007 11:18 PM -
0 Votes
Spawning and killing threads in a loop
packages are smaller than 100 Kb I would not do the actual transport to the DB in separated threads. Standard an assembly has only one connection to communicate with a DB, while you ...Answered | 2 Replies | 1133 Views | Created by A n t - Thursday, November 15, 2012 1:08 AM | Last reply by Cor Ligthert - Friday, November 16, 2012 10:24 AM -
0 Votes
Dynamic connection configuration on Serviced components
Because serviced compontents run in the COM+ context, using a standard app.config won't work. To get a configuration file loaded you must do several things to tell ...Unanswered | 2 Replies | 6107 Views | Created by Guima - Wednesday, June 14, 2006 1:03 PM | Last reply by Guima - Tuesday, June 20, 2006 1:24 PM -
0 Votes
Enterprise Library 3.1 and Serviced Components
I need to know something about configuring Enterprise Library Data in order to be called from a serviced component consumed from classic ASP. All I know is that Enterprise Library is ...Answered | 1 Replies | 3733 Views | Created by Jordi Vila - Saturday, August 4, 2007 11:47 AM | Last reply by Michael Tautz - Saturday, August 4, 2007 6:05 PM -
0 Votes
Asynchronous Pattern for COM+ Serviced Components
What are the feasible solutions for implementing asynchronized pattern in asp.net com+ serviced environment. The current architecture is as ...Answered | 1 Replies | 7095 Views | Created by Sazid Khan - Wednesday, April 5, 2006 1:00 AM | Last reply by Florin Lazar - MSFT - Wednesday, April 5, 2006 7:37 AM -
1 Votes
.NET Thread Pool spawning lot of threads.
factors in deciding the limiting number for spawning max threads. Hence my choice here to use ThreadPool. In accordance to ...Unanswered | 4 Replies | 1183 Views | Created by Shadab B - Friday, May 9, 2014 8:22 PM | Last reply by IdahoSixString - Monday, June 2, 2014 10:05 PM -
0 Votes
Raytracing: Spawning threads from inside AMP code
time, but I'm wondering if you could spawn new threads at this point in order to further speed things up. Does anyone have any experience with ...Answered | 2 Replies | 2831 Views | Created by Dan Ritchie - Sunday, April 14, 2013 7:34 PM | Last reply by Dan Ritchie - Monday, April 15, 2013 4:17 PM -
2 Votes
Passing functions as parameter and spawning threads
Yes, I want to be able to add functions to the Array and spawn threads, this makes the spinthread function re-usable for any threads i want to create. However, ...Answered | 8 Replies | 1591 Views | Created by FthrJACK - Wednesday, July 4, 2012 2:27 PM | Last reply by Armin Zingler - Wednesday, July 4, 2012 3:56 PM -
0 Votes
Serviced Component throws OutOfMemoryException
When I try to return around 18,000 records in a DataSet through a Serviced Component I get the following message.Exception of type System.OutOfMemoryException was thrown. -
0 Votes
Spawning Processes rather than threads to handle concurrency
I am looking for an article or information that discuss the disadvantages of spawning processs rather than threads to create concurrency. I am familiar with creating multple ...Answered | 5 Replies | 3403 Views | Created by Travis D - Friday, August 17, 2007 3:35 PM | Last reply by Peter Ritchie - Thursday, September 27, 2007 6:11 PM -
0 Votes
Registering a serviced component
Serviced Components http://msdn.microsoft.com/en-us/library/wtk4bdsx.aspx Best regards, Martin XieAnswered | 2 Replies | 3195 Views | Created by Tom Magaro - Monday, June 9, 2008 5:27 PM | Last reply by Tom Magaro - Monday, June 16, 2008 1:20 PM -
0 Votes
Spawning more threads than number of cores on machines
Thanks, I used the process explorer but in the threads tab the starting address of the function that starts the thread is some cryptic ...Unanswered | 12 Replies | 8080 Views | Created by bsobaid - Tuesday, September 13, 2011 2:43 PM | Last reply by Lie You - Wednesday, September 21, 2011 1:57 AM -
0 Votes
Throwing errors in serviced component
would i add watch to serviced components? i like this feature and its just asd there is no add watch here.Unanswered | 4 Replies | 3032 Views | Created by hrubesh - Tuesday, May 29, 2007 12:46 PM | Last reply by hrubesh - Wednesday, May 30, 2007 5:36 AM -
0 Votes
error PRJ0003 : Error spawning ' '
i got error that in vc++.net that is There is no build command line to execute. Performing Makefile project actions MyNewProject : ...Answered | 1 Replies | 7320 Views | Created by bony - Saturday, January 21, 2006 6:48 AM | Last reply by Ayman Shoukry - MSFT - Thursday, January 26, 2006 12:42 AM -
0 Votes
Spawning Enemies over time.
You need to use a Timer. Check the example here. Your code for spawning one balloon should go in a method like OnTimedEvent().Answered | 2 Replies | 2047 Views | Created by Mark9384 - Tuesday, July 31, 2012 9:52 PM | Last reply by Renjith V Ramachandran - Wednesday, August 1, 2012 5:13 PM -
0 Votes
Cannot debug .NET serviced component.
flow goes from Windows application till the handler page but the serviced component never gets invoked. I have all the three projects in different solution files and the ...Answered | 1 Replies | 5743 Views | Created by SPanicker - Thursday, February 18, 2010 12:55 AM | Last reply by Ram Venkatesan - MSFT - Wednesday, February 24, 2010 2:36 AM -
0 Votes
Error Spawning resgen.exe
I am using Visual Studio 2008 C++ and am installing "Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5" and now when I attempt to compile ANY C++ project I get an error ...Answered | 3 Replies | 2732 Views | Created by Rhodders - Monday, January 18, 2010 4:33 AM | Last reply by Rhodders - Monday, January 18, 2010 7:04 AM - Items 1 to 20 of 2680057 Next ›
No announcements