<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<span
style="font-family:"Calibri",sans-serif;color:#1F497D"></span><span
style="font-size:10.0pt"></span>
<blockquote type="cite"
cite="mid:7E9441B1E5EFFD4681F54958E82169932F66373A@ORSMSX114.amr.corp.intel.com">
<div class="WordSection1">
<div style="border:none;border-left:solid blue 1.5pt;padding:0in
0in 0in 4.0pt">
<p><span style="font-size:10.0pt">5) Leverage existing open
source projects:<br>
- Does the implementation compose existing services and
frameworks ? Such as a webserver(say, nginx) and a rest
framework (flask).</span><o:p></o:p></p>
<p><span
style="font-family:"Calibri",sans-serif;color:#1F497D">In
my testing, flask was a non-starter for performance on low
end systems, and while reasonably performant when measured
externally with response times, it consumed quite a<o:p></o:p></span></p>
<p><span
style="font-family:"Calibri",sans-serif;color:#1F497D">bit
of system CPU cycles for most tasks. Also, the startup
time for python was suspect, and difficult to improve on
without lots of gymnastics.</span><o:p></o:p></p>
<p><span style="color:maroon">Hari>> I haven't evaluated
flask and it's good to know the performance limitations
with flask and python.
<br>
</span><span style="font-size:10.0pt"><br>
regards,<br>
Hari !</span><br>
<br>
</p>
</div>
</div>
</blockquote>
<pre>Are other language options besides Python an alternative, such as Golang? It has webserver and template functionality built-in so an additional framework may not be required.
It is compiled so it should have better performance than Python. Cross-compiling to ARM is trivial.
Rolf
</pre>
</body>
</html>