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: _includes/performance.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ <h3>Fast Startup Time</h3>
69
69
</div>
70
70
<divclass="width-9-12 width-12-12-m">
71
71
<h3>High Throughput</h3>
72
-
<p>Build-time optimizations ensure tasks like classpath scanning, configuration loading, and dependency injection are completed before startup, greatly reducing startup time. The reactive core minimizes blocking in I/O operations, further lowering latency. This efficient startup enables quicker responses to load changes and supports LightSwitchOps patterns for cost-effective elasticity. </p>
72
+
<p>Build-time optimizations ensure tasks like classpath scanning, configuration loading, and dependency injection are completed before startup, greatly reducing startup time. This efficient startup enables quicker responses to load changes and supports LightSwitchOps patterns for cost-effective elasticity. The reactive core minimizes blocking in I/O operations, further lowering latency and allowing handling a large number of concurrent tasks. </p>
0 commit comments