Well, please check the byte code compiled results. This is useful. I know that
a lot people are working on increasing the speed of execution scripts written
in python, say, psyco, pyrex for packages released!
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 27, 6:09 am, Gelonida N wrote:
> Hi,
>
> I have a rather 'simple' problem.
> Logging from multiple processes to the same file AND be sure, that no
> log message is lost,
>
> 1.) Log multiple processes to one file:
> --
>
> I have a python program, whi
On Oct 27, 11:09 am, Gelonida N wrote:
> "The following section documents this approach in more detail and
> includes a working socket receiver which can be used as a starting point
> for you to adapt in your own applications."
>
> Somehow I have a mental block though and fail to see the 'followin
Hi,
I have a rather 'simple' problem.
Logging from multiple processes to the same file AND be sure, that no
log message is lost,
1.) Log multiple processes to one file:
--
I have a python program, which I want to log, but which forks several times.
Due