473,387 Members | 1,561 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

IIS Workerthread

Hello!

While IIS (+ .net 20 ) is running a workerthread shold select data in
background permanently.

How can iI do this?

V.
Oct 27 '06 #1
1 1268
start the thead in application_start. some notes

1) normally the app domain is unloaded after unuse - this will shutdown the
thread
2) a recycle can cause two threads to be running as the old appdoamin will
be still runing, while the new one is loaded.
3) application start will not fire until the first web request hit the site.

-- bruce (sqlwork.com)
"volker" <ms****@nomail.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
Hello!

While IIS (+ .net 20 ) is running a workerthread shold select data in
background permanently.

How can iI do this?

V.


Oct 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: UDBDBA | last post by:
Hi all: We see these errors when starting capture. The version we are running is UDB V8 FP8 64bit AIX 5.2 ML4. When would capture keep erroring with this LSN? Any ideas? ...
1
by: heikekrieg | last post by:
Hi, i have the problem that a background WorkerThread is calling Objects remote (.NET remoting). Now if the conection is closed my Thread gets an exception. But the Exception should be...
0
by: quique | last post by:
Hello, Can anybody explain me the difference between the meaning of the parameter configuration of the machine.config file maxWokerThread and maxIOThread? If an http request has to access to bd...
3
by: bilosta | last post by:
Hello to everybody I'm new in win apllications and C#. I have a problem with Threading. Here is my problem: I have a form with button named: BupisiStudente, when I click on it a call next...
3
by: fniles | last post by:
I have a main form who calls a worker thread. Inside the thread, I call EnableTimer from the main form. EnableTimer enable Timer1 in the main form. When I debug the program, it goes to...
14
by: joey.powell | last post by:
I am using VS2005 for a windows forms application. I need to be able to use a worker thread function to offload some processing from the UI thread. The worker thread will need access to a...
0
by: volker | last post by:
Hello! While IIS (+ .net 20 ) is running a workerthread shold select data in background permanently. How can iI do this? V.
0
by: j101 | last post by:
I am attempting to set up Q Capture on RH Linux (x86_64) using DB2 9 fp2, but there seems to be a general problem loading a specify MQ shared library "/opt/mqm/lib/libmqm_r.so". I have MQ v6...
1
by: Chrace | last post by:
Hi all, I have a problem with with Thread.Join( Timeout ) where the timeout never occurs. I basically need to make a connection to an AS400 box which works fine. Once in a blue moon the AS400...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.