On Oct 12, 2007, at 12:10 PM, Jean-Paul Calderone wrote:
> On Fri, 12 Oct 2007 11:33:11 -0500, Erik Jones <[EMAIL PROTECTED]>
> wrote:
>> [snip]
>>
>> This got me thinking about building a module that could be included
>> by projects that creates a socket and responds to messages on that
>> sock
On Fri, 12 Oct 2007 11:33:11 -0500, Erik Jones <[EMAIL PROTECTED]> wrote:
> [snip]
>
>This got me thinking about building a module that could be included
>by projects that creates a socket and responds to messages on that
>socket in a separate thread from the main app so that you can connect
>to th
On Oct 12, 2007, at 10:09 AM, Christopher Nelson wrote:
> I was looking at adding dtrace-like dynamic tracing to Python.
> Note that this isn't dtrace itself. The basic rationale:
>
> 1. A lot of enterprise-level software is written in Python. It is
> difficult to impossible to reproduce th