The system tag has no usage guidance.
0
votes
1answer
132 views
Flat files for events and alarms
So I'm working on a project that I was introduced to a year ago. One of the features of project involves alarming the users when certain events are triggered. There is also a log of these events. ...
1
vote
1answer
141 views
component-based power system for a game [closed]
My issue is that I've been trying to implement a power/electrical system for a while now. I'm using Unreal Engine 4 with C++ but that's not really relevant.
I'm trying to implement some sort of ...
0
votes
1answer
103 views
PHP - How to structure this application
Sorry if the title is leading.. I'm looking for advice for the following system I am implementing:
The system is to provide quotes for customers, this is then exported to PDF and emailed to the ...
3
votes
3answers
293 views
Can a the kind of load Uber handles be served from just one server?
http://techcrunch.com/2013/12/04/leaked-uber-numbers-which-weve-confirmed-point-to-over-1b-gross-revenue-213m-revenue/
This article says that Uber does about 1M requests a week. Which is about 1.65 ...
1
vote
1answer
50 views
What's the best way to store class/type info in a plugin system in your software?
There are lots of applications like 3ds Max, Maya, etc that allows you to use plugins, where even the default nodes are created as plugins.
This is all good but if the developer changes the ...
1
vote
3answers
5k views
What is the difference between user requirements and system requirements?
From what I've read I believe user requirements are just the system requirements given in lay mans terms, is this correct? I'm specifically referring to the book "Software Engineering" by Ian ...
0
votes
1answer
97 views
Creating system diagrams for a small app
I am learning system design (on my own) and still I am not clear on a few things. Assume there is a simple application with a front-end and a database for storing of the data.
In the system ...
1
vote
1answer
91 views
What does backup procedures and troubleshooting guidelines mean for a system
I am writing the documentation for a piece of software which I have made but I don't understand what it means in some aspects.
It asks me to write about backup procedures but what exactly does this ...
0
votes
3answers
195 views
What goes within the Architecture Overview of a Design Specification?
I have designed an management system for a medical practice and I am writing the design specification and I am kind of stumped by what to write for a section.
It asks for me to write about the ...
1
vote
2answers
311 views
Just one class - Java
I've written a program in Java, it's only fairly small and I started programming and ended up just building one big class with everything inside it.
The program works fine and exactly how I wanted it ...
2
votes
2answers
246 views
Best practice mapping an external id on my system
I've done some searches for "id mapping" and "external id mapping" and I can't find anything meaningful on the site or google, so, here's my question/scenario.
I'm developing an application which ...
-1
votes
2answers
957 views
Rails/Node.js interaction
I and my co-worker are developing a web application with rails and node.js and we can't reach a consensus regarding a particular architectural decision.
Our setup is basically a rails server working ...
1
vote
2answers
308 views
Programming a trading strategy [closed]
Excuse me if I'm not descriptive enough, as I do not have much of a background when it comes to these things:
How would I go about coding a primitive trading strategy and link it to some sort of ...
1
vote
2answers
301 views
Finding right bug tracker web application
I'm looking for a bug tracking system (similiar as http://www.mantisbt.org) with these following requirements:
Requirement specifications are:
Upload picture and different files without any ...
-2
votes
2answers
224 views
Issue Management
I know this isn't about programming but i should learn "Issue Management"
What is Issue Management?
I read Wikipedi page but i don't understand very well.
Can you tell me Issue Management and if ...
7
votes
2answers
356 views
where can I find an overview of known “multithreading systems architectures” design patterns? [closed]
Using C#, I have been doing multithreaded development for about 5 years, and consider myself quite proficient (I wrote my own lock-free queue and task parallel framework before Microsoft made TPF).
...
3
votes
3answers
207 views
At what point does a company need a system engineer?
I'm 8 months into my first job as a developer at a mid-small company. The four development teams have about 7 developers each, the design team consists of about the same number, and the ...
5
votes
6answers
243 views
Can you prototype a complex system change?
I'm currently in the process of redesigning parts of a large and complex application server to allow it to be distributed across multiple machines.
I've been asked to provide a prototype of the ...
13
votes
6answers
4k views
How do programmers deal with low level software development in high level languages?
I am somewhat new to programming and the best way I can ask this question is with an example.
I know how to do basic things in Java and C#. Things like a small windows forms application or make a ...
2
votes
2answers
195 views
Question about a voting system implementation
I am implementing a voting system and need some input from fellow programmers. Do you see anything that could go wrong by having users input a valid email and perhaps have a captcha to stop automated ...
2
votes
1answer
2k views
Learn Linux System Programming by doing projects [closed]
I have only a very basic idea about linux system programming. I have not done any real projects using linux system programming. In my current company i do system admin type work. but i am more ...