Sharing Data with Threads in ASP.NET

Aholics.com

Active member
Joined
Jun 15, 2004
Messages
27
Location
San Diego
Programming Experience
10+
Is there any way to successfuly acquire information from a spawned thread? For example:

* ASP.NET page spawns thread to do work
* ASP.NET page can ask thread for information regarding it's status on subsequent page hits, and display it on the web page

I'm thinking it's not really possible without a datasource of some kind they can share, but would love some insight.

Thanks,
AL

P.S. What, no forum on threading? <smile>
 
Back
Top