1 2012-03-22T00:02:03  <ThomasWaldmann> brunomartin: can you check the todos/fixmes in your last changeset?
   2 2012-03-22T00:02:49  <ThomasWaldmann> also, some of the test cases and docs have a bit misleading or nonsensical strings
   3 2012-03-22T00:08:26  * brunomartin checking
   4 2012-03-22T00:20:02  <brunomartin> ThomasWaldmann: well, I finish this tomorrow.... a got to go now.... gn
   5 2012-03-22T00:20:13  <ThomasWaldmann> gn
   6 2012-03-22T00:32:17  *** MattMaker has quit IRC
   7 2012-03-22T00:54:18  *** MattMaker has joined #moin-dev
   8 2012-03-22T00:54:46  *** yufra_ has joined #moin-dev
   9 2012-03-22T01:16:28  *** yufra_ has quit IRC
  10 2012-03-22T01:18:27  *** yufra_ has joined #moin-dev
  11 2012-03-22T02:01:14  *** dcramer_ has joined #moin-dev
  12 2012-03-22T03:00:56  *** yufra_ has quit IRC
  13 2012-03-22T03:51:13  *** sudo_dirk has quit IRC
  14 2012-03-22T04:26:45  *** dcramer_ has quit IRC
  15 2012-03-22T04:56:30  *** bretonium has joined #moin-dev
  16 2012-03-22T05:05:47  <bretonium> RogerHaase: err, where is that issue #36?
  17 2012-03-22T05:09:39  <bretonium> > os.fork()
  18 2012-03-22T05:10:30  <bretonium> y u no use multiprocessing.Process?
  19 2012-03-22T05:17:25  *** yufra_ has joined #moin-dev
  20 2012-03-22T05:19:43  <bretonium> somebody with windows, test http://ompldr.org/vZDNwZQ/pasta please
  21 2012-03-22T05:58:30  *** sudo_dirk has joined #moin-dev
  22 2012-03-22T06:10:44  *** in3xes has joined #moin-dev
  23 2012-03-22T06:32:48  *** in3xes has quit IRC
  24 2012-03-22T06:37:41  *** yufra_ has quit IRC
  25 2012-03-22T06:39:39  *** yufra_ has joined #moin-dev
  26 2012-03-22T06:45:53  *** in3xes has joined #moin-dev
  27 2012-03-22T07:28:17  *** in3xes_ has joined #moin-dev
  28 2012-03-22T07:29:03  *** in3xes_ has joined #moin-dev
  29 2012-03-22T07:38:00  *** in3xes__ has joined #moin-dev
  30 2012-03-22T07:40:03  *** yufra_ has quit IRC
  31 2012-03-22T07:41:21  *** in3xes__ has quit IRC
  32 2012-03-22T07:42:00  *** in3xes has quit IRC
  33 2012-03-22T07:42:11  *** in3xes_ has quit IRC
  34 2012-03-22T08:01:27  <bretonium> well, people say that stuff from multiprocessing.Process works even under windows
  35 2012-03-22T08:10:56  <bretonium> oh, > SocketServer.py
  36 2012-03-22T08:14:33  <ronny> bretonium: on windows its pretty messed up since there is no fork they have to do strange magic
  37 2012-03-22T08:15:04  <ronny> also you fire and forget the first 3 processes
  38 2012-03-22T08:17:41  <bretonium> I wonder, is it possible to have multiprocessing on python < 2.4 on windows?
  39 2012-03-22T08:18:18  <bretonium> because http://docs.python.org/library/subprocess.html is from python2.4 only
  40 2012-03-22T08:19:21  <bretonium> ronny: yep, but they are daemon processes and will be killed as soon as the main process finishes. And it will be finished after the join() lock unlocks.
  41 2012-03-22T08:20:02  <bretonium> oh
  42 2012-03-22T08:20:04  <bretonium> not daemon
  43 2012-03-22T08:20:30  <bretonium> anyway, they are killed when parent process dies.
  44 2012-03-22T08:20:54  <bretonium> wrong again. They are killed, when f() finishes execution
  45 2012-03-22T08:23:15  <bretonium> and again. Not killed, but are in zombie state.
  46 2012-03-22T08:25:18  <ronny> bretonium: what are you actually trying to do?
  47 2012-03-22T08:27:06  <bretonium> ronny: I wanted somebody to test multiprocessing on windows, so that I could suggest to fix that part in werkzeug. But then I saw that werkzeug uses SocketServer, which uses os.fork.
  48 2012-03-22T08:29:05  <ronny> i see
  49 2012-03-22T08:33:26  <dreimark> ThomasWaldmann: http://opencoweb.org/ocwdocs/tutorial/install.html
  50 2012-03-22T08:34:25  <bretonium> and, well, SocketServer is unix-oriented. And the only sane way of fixing it without rewriting half of werkzeug is to forbid --processes on windows.
  51 2012-03-22T08:34:50  <dreimark> I don't know yet if python setup means to ommit that
  52 2012-03-22T08:35:05  <ronny> bretonium: windows doesnt really support multiprocessed network servers anyway
  53 2012-03-22T08:36:57  <bretonium> ronny: oh. So, apache-mpm doesn't run on windows?
  54 2012-03-22T08:42:03  <ronny> bretonium: hmm, maybe im wrong, it just doenst support it with the normal apis, one needs special apis to pass the handles along
  55 2012-03-22T10:23:13  *** greg_f has joined #moin-dev
  56 2012-03-22T11:17:53  <ThomasWaldmann> dreimark: yeah, did you read it?
  57 2012-03-22T12:24:03  *** kanha_ has joined #moin-dev
  58 2012-03-22T12:28:56  *** kanha__ has joined #moin-dev
  59 2012-03-22T12:29:33  *** kanha has quit IRC
  60 2012-03-22T12:31:10  *** kanha__ is now known as kanha
  61 2012-03-22T13:37:30  *** dave_largo has joined #moin-dev
  62 2012-03-22T13:42:08  <dreimark> ThomasWaldmann: ok, yes no java
  63 2012-03-22T14:55:41  *** dcramer_ has joined #moin-dev
  64 2012-03-22T15:06:36  *** yufra_ has joined #moin-dev
  65 2012-03-22T15:17:45  <brunomartin> dreimark: there is a python setup there too, that doesn't use java....
  66 2012-03-22T15:57:07  *** kanha_ has quit IRC
  67 2012-03-22T15:58:04  *** Trip_ has joined #moin-dev
  68 2012-03-22T16:01:46  *** MattMaker has quit IRC
  69 2012-03-22T16:04:38  *** yufra_ has quit IRC
  70 2012-03-22T16:06:37  *** yufra_ has joined #moin-dev
  71 2012-03-22T16:24:11  *** Trip_ has quit IRC
  72 2012-03-22T16:24:27  *** MattMaker has joined #moin-dev
  73 2012-03-22T16:45:49  *** yufra_ has quit IRC
  74 2012-03-22T16:48:42  *** yufra_ has joined #moin-dev
  75 2012-03-22T17:20:17  *** dcramer_ has quit IRC
  76 2012-03-22T17:38:01  *** yufra_ has quit IRC
  77 2012-03-22T18:05:56  *** brunomartin has quit IRC
  78 2012-03-22T18:19:15  *** brunomartin has joined #moin-dev
  79 2012-03-22T18:19:49  *** sudo_dirk has left #moin-dev
  80 2012-03-22T18:32:50  *** greg_f has quit IRC
  81 2012-03-22T18:46:57  *** vikash has quit IRC
  82 2012-03-22T18:47:50  *** vikash_ has joined #moin-dev
  83 2012-03-22T19:06:17  <dreimark> brunomartin: readed meanwhile too, i was wrong
  84 2012-03-22T19:37:26  *** vikash_ is now known as vikash
  85 2012-03-22T19:37:40  *** vikash has joined #moin-dev
  86 2012-03-22T19:58:53  <ThomasWaldmann> btw, i was translating pypy on the moinmo.in machine, so it maybe was a bit slower than usual
  87 2012-03-22T20:06:22  <ronny> ThomasWaldmann: why translating yourself?
  88 2012-03-22T20:08:48  <ThomasWaldmann> for sandbox mode, current repo tip
  89 2012-03-22T20:12:37  <ronny> i see
  90 2012-03-22T20:34:33  *** dave_largo has quit IRC
  91 2012-03-22T21:34:54  <brunomartin> ThomasWaldmann: I think the second fixme in test_interwiki is not mine... I suggest keep it and discuss it later...
  92 2012-03-22T21:34:56  <brunomartin> please review http://codereview.appspot.com/5376052/patch/13002/14002
  93 2012-03-22T21:35:58  <brunomartin> I think this is great: http://opencoweb.org/ocwdocs/python/python.html but we could implement an python api for flask using the javascript api! :-D
  94 2012-03-22T21:36:15  *** dcramer_ has joined #moin-dev
  95 2012-03-22T21:37:40  <brunomartin> yeah, I'm excited with opencoweb...sorry to insist... :-P
  96 2012-03-22T21:51:54  <ThomasWaldmann> maybe we first finish the existing problems before creating new :)
  97 2012-03-22T22:08:28  <brunomartin> ThomasWaldmann: yep... working on it too... ;-)
  98 2012-03-22T22:13:24  *** dcramer_ has quit IRC
  99 2012-03-22T22:26:17  *** dcramer_ has joined #moin-dev
 100 2012-03-22T22:36:55  * ThomasWaldmann does another pypy translate, this time 1.8 release with sandbox feature
 101 2012-03-22T23:15:36  *** moinBot has joined #moin-dev
 102 2012-03-22T23:17:19  *** xorAxAx has quit IRC
 103 2012-03-22T23:17:50  *** ThomasWaldmann has quit IRC
 104 2012-03-22T23:18:19  *** ronny has quit IRC
 105 2012-03-22T23:18:30  *** ThomasWaldmann has joined #moin-dev
 106 2012-03-22T23:18:38  *** ThomasWaldmann has joined #moin-dev
 107 2012-03-22T23:30:56  *** xorAxAx has joined #moin-dev
 108 2012-03-22T23:31:45  *** ronny has joined #moin-dev
 109 2012-03-22T23:50:46  <betelgeuse_> ThomasWaldmann: how to setup developmental instance of moinmoin2.0 ?
 110 2012-03-22T23:51:10  <betelgeuse_> on the localhost .
 111 2012-03-22T23:52:24  <ThomasWaldmann> betelgeuse_: we have docs :)
 112 2012-03-22T23:52:44  <ThomasWaldmann> http://moinmo.in/MoinMoin2.0 has some links
 113 2012-03-22T23:54:29  <betelgeuse_> ok , will check them up . I cloned the repo and ran the quickinstall script
 114 2012-03-22T23:54:39  *** chuck1 has joined #moin-dev
 115 

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-03-22 (last edited 2012-03-21 23:45:03 by IrcLogImporter)