Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
3k views

What's the difference between a worker thread and an I/O thread?

Looking at the processmodel element in the Web.Config there are two attributes. maxWorkerThreads="25" maxIoThreads="25" What is the difference between worker threads and I/O threads?
5
votes
1answer
388 views

ASP .NET ProcessModel configuration

According to this documentation in MSDN for ProcessModel, the autoConfig=true sets the following attributes in accordance with this KB article: maxWorkerThreads, maxIoThreads, minFreeThreads, ...
4
votes
1answer
116 views

Process Model minFreeThreads clarification

I have been modifying the .net process model to solve some throughput issues. I've read a lot of the articles out there but need some clarification on the minFreeThreads property. Does raising this ...
4
votes
2answers
2k views

ASP.NET Processmodel Configuration Optimization

A regular ASP.NET installation will create machine.config with the following configuration: <system.web> <processModel autoConfig="true" /> I would like to override few properties ...
2
votes
1answer
240 views

What is Apache process model?

I have been googling this question for some time but got no answers. What's the Apache process model? By process model, I mean how Apache manage process or thread to handling HTTP request. Does it ...
1
vote
1answer
80 views

free OCR for pictures of process models

I need an Open Source (or at least free) OCR program or web service for extracting the text from pictures of process models (e.g. like bpmn). I have to integrate it into a web platform, so the text ...
0
votes
0answers
55 views

Configuring httpruntime, processModel etc for popular asp.net website

We have a pretty popular asp.net website (around 20,000 unique IPs per day) hosted on IIS6 - windows 2003 server (cpu has 2 cores). Some time ago I asked this question: Very weird IIS6 asp.net ...
0
votes
3answers
51 views

Implementing process workflow in PureMVC

I'm looking for suggestions regarding implementing process flow / work flow management in a PureMVC based application. Our Flex application includes a number of processes such as account creation, ...
0
votes
1answer
35 views

How we distinguish process model and process framework?

How do we distinguish between process model and process frame work (like CMMI). How they relate each other?