Questions tagged [processmodel]

A process model refers to a systematic model of how activities relate in a formally-backed notation such as BPMN or Petri nets. These models are amenable to computational analysis in various ways, including comparison of models (conformance) and automated construction of models from event log data (discovery). Computational work with these models usually falls under process mining. Use as a management tool falls under Business Process Management (BPM).

30 questions
27
votes
2 answers

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?
John
  • 5,381
  • 4
  • 30
  • 26
9
votes
3 answers

ASP.NET Processmodel Configuration Optimization

A regular ASP.NET installation will create machine.config with the following configuration: I would like to override few properties values in web.config like:
Hemant Kothiyal
  • 4,092
  • 19
  • 61
  • 80
6
votes
1 answer

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 fork one process for each HTTP request? Does it…
Morgan Cheng
  • 73,950
  • 66
  • 171
  • 230
5
votes
1 answer

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 value mean that more threads are reserved to…
Jeff Z
  • 307
  • 1
  • 2
  • 8
5
votes
1 answer

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, minLocalRequestFreeThreads, maxConnection To verify this…
agp
  • 363
  • 5
  • 13
4
votes
7 answers

Which Software development process model is the most used by current companies?

I have just completed my graduation in computer science. Now I know about all software development process models i.e. • Waterfall Model • Spiral Model • Iterative and Incremental Development • Agile Development [I don't know much about this] But I…
Nitz
  • 1,690
  • 11
  • 36
  • 56
3
votes
1 answer

Drools Log files

I am beginner in JBPM and Drools, and I don't know where I can trace the error messages from the drools engine when I am running my deployed application (Process Model with user tasks and Business Rules). Anybody can tell me please?
2
votes
1 answer

Is BPMN right for my purpose?

Intro The company I work in (it is an intern-like position though, until I am done with university) recently implemented an automated warehouse solution, where goods are transported by means of autonomous shuttles. The basic functions of the…
pat3d3r
  • 181
  • 1
  • 8
1
vote
1 answer

Process model connection with business rules

I have a problem with integrating business rules in my BPMN2 process model. So my process looks like this The drl file contains only one rule: import com.sample.ProcessTest.User; rule "AgeCheck" ruleflow-group "AgeRules" when u:User…
1
vote
3 answers

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, payment processing, etc. Within our team, there is…
1
vote
0 answers

Bayesian filtration technique for physics based model tuning

I am new to Bayesian filtration techniques. It will be helpful, if you guide me on easy explainable terms the above concept. I am seeking how to use Bayesian Filtration techniques for physics based model tuning. Thanks in anticipation
shan
  • 553
  • 2
  • 9
  • 25
1
vote
1 answer

What is Windows Process model (states process model)?

I have been trying to find the state model used by Windows for its processes and can't find anything on the internet. I tried research papers and normal images and none of them have anything concrete. Some of them try to give examples by explaining…
Freed
  • 25
  • 5
1
vote
1 answer

How to plot distance travelled on graph by agent(s) in Anylogic in Discrete Event Simulation?

Dear Anylogic Experts, I am trying to calculate the cost based on distance travelled by the agents in GIS environment. Does anyone know how can I calculate this? The final graph function is supposed to look like this: Distance moved by Agent in km…
1
vote
2 answers

Creating process mining diagrams in R

I am new to Process Mining and was conducting study to create process maps in R. I wrote the following script with loaded packages but cannot observe the plot. Now, while installing the processMapR package, I get an error mentioned below the script.…
AK94
  • 325
  • 1
  • 5
  • 11
1
vote
0 answers

processmodel in Machine.config for performance

We have scenario as one web-two app. Inside of app, there are two elements. If we look at the front-end, at the app side we have configuration fail and in the same side, the usage of cpu is 20%. My machine config is below.
Micheal
  • 90
  • 8
1
2