#jython IRC Log (v0.9)

Index

IRC Log for 2013-01-19

Timestamps are in GMT/BST.

[0:28] * agronholm (~agronholm@2001:1bc8:102:6f29:d12a:45ed:bf7d:42e6) Quit (Ping timeout: 245 seconds)
[0:33] * agronholm (~agronholm@2001:1bc8:102:6f29:3508:6b4c:2374:b583) has joined #jython
[0:33] * ChanServ sets mode +o agronholm
[4:18] * darjus (~darjus@96-26-62-132.war.clearwire-wmx.net) has joined #jython
[6:09] * darjus (~darjus@96-26-62-132.war.clearwire-wmx.net) Quit (Quit: Konversation terminated!)
[6:58] <bjp> 2.7a2's threading.Event objects have some pre 2.6 behavior
[6:59] <bjp> i see one is reported on the bug tracker, one isnt
[13:01] * meritum (~jakub@79.97.179.17) has joined #jython
[13:42] * meritum (~jakub@79.97.179.17) Quit (Remote host closed the connection)
[14:05] * synasius (~syn@79.143.114.176) has joined #jython
[15:01] * Juneau001 (~Juneau@50.44.46.97) has joined #jython
[15:09] * Juneau001 (~Juneau@50.44.46.97) Quit (Quit: Juneau001)
[15:23] * synasius (~syn@79.143.114.176) Quit (Remote host closed the connection)
[16:40] * Gatak (~spam@2001:960:6f7:0:b47c:c207:47f4:225a) has joined #jython
[16:41] <Gatak> Hello. Since jython is running in java, can it run normal single threaded python scripts as multithreaded or do the scripts still need to be written to support threading?
[16:42] <agronholm> Gatak: what do you mean by writing to support threading?
[16:43] <Gatak> well. running normal cpython only uses one cpu/core unless apps are specifically written for threading.
[16:43] <agronholm> you seem to be misinformed
[16:43] <Gatak> However since java is natively threaded, would those apps run multithreaded?
[16:44] <Gatak> yes, perhasp I am :) so I am asking:)
[16:44] <agronholm> cpython cannot utilize more than one cpu core, even with explicit threading
[16:44] <agronholm> in the same process that is
[16:44] <agronholm> jython can
[16:45] <agronholm> but I don't see how it could somehow utilize multiple cores without explicit threading code
[16:48] <Gatak> OK, I see.. Actually just got jython installed on Gentoo and tried running portage (emerge world -uDva) and it did not use more than one core.
[16:49] <Gatak> Normal java apps do though, don't they, even without explicit threaded programming?
[16:49] <agronholm> wrong
[16:52] <Gatak> ah ok
[18:28] * Youbi (~Youbi@AToulon-151-1-224-14.w83-113.abo.wanadoo.fr) has joined #jython
[18:47] * synasius (~syn@79.143.112.235) has joined #jython
[18:47] * synasius (~syn@79.143.112.235) Quit (Read error: Connection reset by peer)
[18:54] * Gatak (~spam@2001:960:6f7:0:b47c:c207:47f4:225a) has left #jython
[19:36] * darjus (~darjus@96-26-62-132.war.clearwire-wmx.net) has joined #jython
[20:05] * msavy (~msavy@redhat/jboss/msavy) Quit (Remote host closed the connection)
[22:15] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[22:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 244 seconds)
[22:23] * mritz (~textual@cpe-70-112-1-107.austin.res.rr.com) has joined #jython
[22:37] * welandB (~wel@cpe-65-31-55-105.woh.res.rr.com) has joined #jython
[22:39] <welandB> Is http://wiki.python.org/jython broken or just temporarily down?
[22:40] <pjenvey> welandB - http://pyfound.blogspot.com/2013/01/wikipythonorg-compromised.html
[22:40] <pjenvey> that's all I know
[22:41] <welandB> Oh ok. I was afraid that Jython was no longer being developed or something.
[22:46] * mritz (~textual@cpe-70-112-1-107.austin.res.rr.com) Quit ()

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).