Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72277 > unrolled thread
| Started by | Chris <ch2009@arcor.de> |
|---|---|
| First post | 2014-05-30 04:47 +0200 |
| Last post | 2014-05-30 04:47 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Script suddenly stops Chris <ch2009@arcor.de> - 2014-05-30 04:47 +0200
| From | Chris <ch2009@arcor.de> |
|---|---|
| Date | 2014-05-30 04:47 +0200 |
| Subject | Script suddenly stops |
| Message-ID | <mailman.10475.1401429663.18130.python-list@python.org> |
Dear All, I'm trying to read ten 200 MB textfiles into a MySQL MyISAM database (Linux, ext4). The script output is suddenly stopping, while the Python process is still running (or should I say sleeping?). It's not in top, but in ps visible. Why is it stopping? Is there a way to make it continue, without calling "kill -9", deleting the processed lines and starting it again? Thank you in advance. [1] http://pastebin.com/CxHCA9eB -- Christian
Back to top | Article view | comp.lang.python
csiph-web