Re: network programming without goto (refactoring)

2004-11-29 Thread Sibylle Koczian
Nick Coghlan schrieb: Roy Smith wrote: Jeff Shannon <[EMAIL PROTECTED]> wrote: In Python, exceptions use 'raise', not 'throw'... Doh! I guess it shows that I've been doing a lot of C++ lately :-) Heh. I'm working on a Python test harness that uses a C++ hardware interface module. I keep writing

Re: network programming without goto

2004-11-28 Thread Josiah Carlson
kent sin <[EMAIL PROTECTED]> wrote: > > But that will make too many uncessary connection: > >one connection can do a number of search before it > got timeout, so I want to do as many search as > possible before it got timeout. I think the connection > cost is high here, and it also got some