bendavis78 / pyrobot

Automatically exported from code.google.com/p/pyrobot
0 stars 0 forks source link

Memory leak causes web server to crash after aproximately 10 minutes. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This appears to be due to the OLPC webcam/gstreamer code. The process is
killed by the OS after stalling for a few minutes.

Original issue reported on code.google.com by damonkoh...@gmail.com on 10 Sep 2007 at 1:27

GoogleCodeExporter commented 9 years ago
This was fixed by replacing gstreamer calls with Motion (http://motion.sf.net) 
and
replacing web.py with BaseHTTPServer.

Original comment by damonkoh...@gmail.com on 3 Oct 2007 at 12:14