0
votes
0answers
28 views

How do I get a program designed to run continuously (converting data on a Serial COM port) to exit?

Problem Statement I'm writing a C# console program that takes binary data coming in through Serial COM1, converting each byte into ASCII hex, and then outputting those HEX characters out through ...
2
votes
1answer
48 views

Which architecture should i choose for Microservices which are both async and sync?

I have a microservice(Microservice A) which connects to a Client MQ and recieves messages and persists into the database.(Synchronous type MessageA after Message B for the same order). Internally i ...
0
votes
1answer
37 views

how do you automate multiple reports requirements that are complex?

I was tasked to automate reports used by multiple teams. Each team have their own procedure on how to generate the report that they need to deliver. I can automate the reports but it takes so much ...
0
votes
0answers
22 views

Gnuplot in commercial online/offline applications

Gnuplot seems to be one of the rare applications with the level of perfection in rendering graphics (will be glad to know if any competitor exists to this level). My question is related to the ...
0
votes
1answer
44 views

Time profiling - is using macros bad?

I need to make a time profiling for several modules in Fortran, which means, that I'm supposed to write the same code in every beginning and every end of every function. Really, it looks like this: ...
-3
votes
0answers
35 views

How limit user's access to a certain resource?

Suppose that I have a web application. Consider it like a Black-Box for now. I want to use a backend system to limit what a user can view/do on the app. i.e. Sample users can only do three functions, ...
-3
votes
0answers
20 views

use c++ openmp for control multiple device driver in parallel [on hold]

i want to control multiple PCI boards in parallel. Each PCI boards has device driver. What i am trying to do is to reduce latency of multiple PCI board process time. Can i use c++ openmp library ...
5
votes
1answer
53 views

How to design the aggregate boundaries?

I would like to write an application something like ecommerce. And you know that in similar applications products could have different properties and features. To simulate such an opportunity I've ...
-1
votes
0answers
52 views

Stress Testing a Static App

I have been tasked with "stress testing" a pretty simple app (a standalone game with a single user and no network connectivity). I've never done a stress test on a piece of software that didn't have ...
-3
votes
0answers
10 views

Firebase - How to use cloud functions on multiple accounts?

First question here ( hope its the right place for this question ) I have a lot of firebase functions I use for work in a file. Im wondering how I could have another set of cloud functions stored in ...
0
votes
0answers
46 views

Why does GNU AS use different characters for single-line comments depending on the architecture?

The GNU Assembler as uses different characters depending on the architecture to specify single-line comments, such as # on x86, ; on 29k, or @ on ARM. Moreover, regardless of platform, C-style ...
0
votes
2answers
42 views

Peer-to-peer UDP collaborative syncing possible?

I'm developing an Android application where they want to have track multiple patient's vitals (current HR, SPO2, Respiration, etc.) in real-time with each patient having a large form that represents ...
3
votes
1answer
58 views

How to define a class diagram from an entity relationship diagram?

I'm currently working on a project in which we're required to define a Entity Relationship Diagram and a UML Class Diagram from a set system. I've successfully managed to define the ERD. It required ...
0
votes
0answers
49 views

Business Layer - Domain Model

I have many questions to ask I will write a simple example and ask the related question below each example: In Data Access Layer: public class SomeContext : DbContext { public SomeContext() ...
2
votes
2answers
67 views

Achieving very large real-time async writes on MySQL tables without locking them to reads

I am building a webapp (Angular frontend, Groovy/Spring/Hibernate/MySQL backend) that will allow users to compete against each other over certain activities. Each activity will have 1 winner and 1 ...

15 30 50 per page