You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vision/projects/TrafficMonitor.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,20 @@ TrafficMonitor is a utility written by AmoogleSoft, a public cloud provider, for
14
14
## 🤔 Frequently Asked Questions
15
15
16
16
### **What makes networking infrastructure projects like TrafficMonitor different from others?**
17
-
* Networking infrastructure powers entire datacenters or even public internet infrastructure, and as such it is imperative that it run without failure.
18
-
* It is also extremely important that such projects take few resources as possible. Being on an operating system and large server racks *may* mean that using the standard library is possible, but memory and CPU usage should be kept to a minimum.
19
-
* This project is worked on by software developers with different backgrounds. Some are networking infrastructure experts (usually using C) while others have experience in networked applications (usually using GCed languages like Java, Go, or Node).
17
+
* Networking infrastructure powers entire datacenters or even public internet infrastructure, and as such it is imperative that it run without failure.
18
+
* It is also extremely important that such projects take few resources as possible. Being on an operating system and large server racks *may* mean that using the standard library is possible, but memory and CPU usage should be kept to a minimum.
19
+
* This project is worked on by software developers with different backgrounds. Some are networking infrastructure experts (usually using C) while others have experience in networked applications (usually using GCed languages like Java, Go, or Node).
20
20
21
21
### **Does TrafficMonitor require a custom tailored runtime?**
22
22
Maybe? TrafficMonitor runs on top of a full operating system and takes full advantage of that operating systems networking stack. It's possible that a runtime meant for server workloads will work with TrafficMonitor.
23
23
24
24
### **How much of this project is likely to be built with open source components from crates.io?**
25
-
* TrafficMonitor is highly specialized to the internal workings of AmoogleSoft's public cloud offering. Thus, "off-the-shelf" solutions will only work if they're highly flexible and highly tuneable.
26
-
* TrafficMonitor is central to AmoogleSoft's success meaning that getting things "just right" is much more important than having something from crates.io that mostly works but requires little custom tuning.
25
+
* TrafficMonitor is highly specialized to the internal workings of AmoogleSoft's public cloud offering. Thus, "off-the-shelf" solutions will only work if they're highly flexible and highly tuneable.
26
+
* TrafficMonitor is central to AmoogleSoft's success meaning that getting things "just right" is much more important than having something from crates.io that mostly works but requires little custom tuning.
27
27
28
28
### **What is of most concern to this project?**
29
-
* Reliability is the number one concern. This infrastructure is at the core of the business - it needs to work extremely reliable. A close second is being easily monitorible. If something goes wrong, AmoogleSoft needs to know very quickly what the issue is.
30
-
* AmoggleSoft is a large company with many existing custom tooling for building, monitoring, and deploying its software. TrafficMonitor has to play nicely in a world that existed long before it came around.
29
+
* Reliability is the number one concern. This infrastructure is at the core of the business - it needs to work extremely reliable. A close second is being easily monitorible. If something goes wrong, AmoogleSoft needs to know very quickly what the issue is.
30
+
* AmoggleSoft is a large company with many existing custom tooling for building, monitoring, and deploying its software. TrafficMonitor has to play nicely in a world that existed long before it came around.
31
31
32
32
### **What is of least concern to this project?**
33
33
AmoogleSoft is a large company with time and resources. High-level frameworks that remove control in favor of peak developer productivity is not what they're after. Sure, the easier things are to get working, the better, but that should not be at the sacrifice of control.
0 commit comments