Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [process]

The tag has no usage guidance.

1 vote
0 answers
48 views

BPMN 2.0: Can sub-processes / event sub-processes have a message end event?

boiling it down to the painpoint: I wonder, if sub-processes can end with a message end event. And in addition, does this hold for event sub-processes as well? (I know that event sub-processes are not ...
MaK's user avatar
  • 87
1 vote
0 answers
49 views

BPMN: How can messages cross sub-process borders?

I need to send messages from within a subprocess. Now I read about the booking example and boundary events to and fro. But I am missing the concept how to pass information into and out of a sub-...
MaK's user avatar
  • 87
0 votes
0 answers
46 views

How can a task in a subprocess send a message to another participant?

I originally posted another question including this one. But for understandable reasons I was asked to split it up. So the set up is this: I am Participant 1 and go (process simplified) through a sub ...
MaK's user avatar
  • 87
0 votes
0 answers
56 views

Can BPMN boundary events on subprocesses communicate in either direction?

My old post (which is hidden and will anyway be deleted by me later) seemed to cause confusion, so here is a new - hopefully clearer - question. Thanks for your feedback @ JimmyJames, Jörg W Mittag, ...
MaK's user avatar
  • 87
2 votes
2 answers
112 views

BPMN - I think I need to split up a pool (consumer-provider-situation)

I thought this might be a thing to happen regularly, but I might be wrong. I have a process that is quite clear in its structure. But: We are in a multi-provider environment and at the very beginning ...
MaK's user avatar
  • 87
0 votes
1 answer
86 views

Looking for the name of the meeting that anticipates system failure during feature design

In my organization, we often have meetings to discuss potential points of system failure, prior to implementing much / any of the actual code. This helps us to identify points of architecture, and ...
reuscam's user avatar
  • 177
-1 votes
1 answer
652 views

How should the structure of external API calls in an electron application be designed?

In this scenario, my renderer process' goal would be to make an HTTP request to an external web server and receive responses. My question is: which options below would be more secure, give a future ...
yokus's user avatar
  • 7
3 votes
4 answers
434 views

Estimates without estimates

I have recently started working with a new large company, which has lots of different teams, working on different products, which are largely self-managed and are run quite differently. My team is ...
Web Dev's user avatar
  • 425
0 votes
0 answers
1k views

How inter-process communication is handled on .NET Core?

I have to implement a bi-directional communication between two local process with support to backward compatibility .NET Core/NET Framework and platform architecture x86/x64. The options that i have ...
youssef jirari's user avatar
-1 votes
1 answer
82 views

Formal methods for software defect investigation?

Are there any formal techniques/tools/approaches to software defect investigation? For context, I'm looking at ways to approach intermittent failure in large distributed systems with many variables to ...
MattP's user avatar
  • 99
2 votes
5 answers
3k views

How should production support be handled in Agile/Scrum?

Summary: In an organization that wants to use an agile/Scrum software development process, but that also has a large production support / operations burden with an expectation for quick response times,...
Patrick87's user avatar
  • 195
0 votes
1 answer
415 views

Does it make sense to spawn request driven jobs in a thread or process?

I've developed a large application that performs jobs, such that it receives input x and outputs y. For this application, speed is the top priority. The application is capable of running concurrently. ...
Tom's user avatar
  • 109
1 vote
1 answer
353 views

Asynchronous HTTP request pattern

Here is the pattern that I thought about for a resource accepting a single asynchronous HTTP request at a time (i.e. a request which has not yet been fulfilled when the response is sent): Create a ...
Géry Ogam's user avatar
1 vote
1 answer
1k views

Is there still busy waiting in the process-blocking implementation of a semaphore?

Operating System Concepts discusses two implementations of a semaphore, by busy waiting in Section 5.5 and by blocking the current process in Section 5.6: Section 5.5 A semaphore S is an integer ...
Tim's user avatar
  • 5,485
-2 votes
2 answers
631 views

How does a process get notifications from the operating system?

In UIKit framework, there are methods associated with app’s life cycle events like applicationWillEnterForeground(_:) which are called at appropriate times. How can I make a process receive such ...
Pineapple Seed's user avatar

15 30 50 per page
1
2 3 4 5 6