Hey,
« is the Python script persistent (is it running continuously in the
background) or launched for each transaction? »
- Currently, the script is launched for each transaction. As I understand
your proposition, when the web page is open,
an ajax request should call a python
> On Jan 11, 2018, at 11:36 AM, Dennis Lee Bieber wrote:
>
> On Thu, 11 Jan 2018 15:12:33 +, "Schoeni, Yann"
> declaimed the following:
>
>> I've a web application which needs to send data to a serial port. The
>> webserver uses ajax to send data to a python script.
>>
>> The Python scr
Schoeni, Yann wrote:
>
>
> « is the Python script persistent (is it running continuously in the
> background) or launched for each transaction? »
>
>
>
> - Currently, the script is launched for each transaction. As I
> understand your proposition, when the web page is open,
>
> an