ponty

Results 61 comments of ponty

Py3 is work in progress. Not ready yet.

How can you enable Hardware Acceleration with Xvfb?

I don't know. Any idea?

I tried noVNC with an embedded computer, it was OK. I tried it also on the virtualbox machine (check the README), there was no problem. This is the log: ```...

I added a full example, check the README. https://github.com/ponty/EasyProcess#with

This is a 10 sec timeout in start(), but this was present before v2.0. If the processing is very slow then it can fail. I removed this timeout on master...

I removed the timeout in v2.1. Please test it.

Do you get the timeout after 10 minutes? Please read the previous messages and describe if your situation is the same or different than others. Do you have high load...

I can't reproduce the timeout. I added `timeout` parameter on master branch. `retry` parameter also works. You can find what works for your use case.

Thanks for the info! I check how I can integrate this parameter to the code.