Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72277 > unrolled thread

Script suddenly stops

Started byChris <ch2009@arcor.de>
First post2014-05-30 04:47 +0200
Last post2014-05-30 04:47 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Script suddenly stops Chris <ch2009@arcor.de> - 2014-05-30 04:47 +0200

#72277 — Script suddenly stops

FromChris <ch2009@arcor.de>
Date2014-05-30 04:47 +0200
SubjectScript 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web