Bill Janssen added the comment:

*I'm not sure to understand what do you mean by "work tasks".*

They're low-priority tasks that need to get run sometime, but aren't
associated with an input source.  In ILU, we had a function called
"do_soon", and you could call it with a function that should be called
sometime in the near future.

*writing a poller suitable with epoll and kqueue*

Christian's patch looks interesting, in that respect.  I haven't applied it
to a codebase yet.

Bill

On Feb 4, 2008 2:00 PM, Giampaolo Rodola' <[EMAIL PROTECTED]> wrote:

>
> Giampaolo Rodola' added the comment:
>
> I'm not sure to understand what do you mean by "work tasks".
> Do you need them to have ssl module work with asyncore?
>
> > I've been reading asyncore lately, and feel that it's showing its age.
>
> Absolutely. I'd have some ideas about some asyncore/chat enhancements,
> including writing a poller suitable with epoll and kqueue, but it seems
> there are not enough people who cares enough about asyncore.
>
> __________________________________
> Tracker <[EMAIL PROTECTED]>
> <http://bugs.python.org/issue2006>
> __________________________________
>

Added file: http://bugs.python.org/file9357/unnamed

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2006>
__________________________________
<i>I&#39;m not sure to understand what do you mean by &quot;work 
tasks&quot;.</i><br><br>They&#39;re low-priority tasks that need to get run 
sometime, but aren&#39;t associated with an input source.&nbsp; In ILU, we had 
a function called &quot;do_soon&quot;, and you could call it with a function 
that should be called sometime in the near future. <br>
<br><i>writing a poller suitable with epoll and 
kqueue</i><br><br>Christian&#39;s patch looks interesting, in that 
respect.&nbsp; I haven&#39;t applied it to a codebase 
yet.<br><br>Bill<br><br><div class="gmail_quote">On Feb 4, 2008 2:00 PM, 
Giampaolo Rodola&#39; &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Giampaolo Rodola&#39; 
added the comment:<br><br>I&#39;m not sure to understand what do you mean by 
&quot;work tasks&quot;.<br>
Do you need them to have ssl module work with asyncore?<br><div 
class="Ih2E3d"><br>&gt; I&#39;ve been reading asyncore lately, and feel that 
it&#39;s showing its age.<br><br></div>Absolutely. I&#39;d have some ideas 
about some asyncore/chat enhancements,<br>
including writing a poller suitable with epoll and kqueue, but it 
seems<br>there are not enough people who cares enough about 
asyncore.<br><div><div></div><div 
class="Wj3C7c"><br>__________________________________<br>Tracker &lt;<a 
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue2006"; 
target="_blank">http://bugs.python.org/issue2006</a>&gt;<br>__________________________________<br></div></div></blockquote></div><br>

_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to