I've written quite a lot of server applications with it (i.e. XMPP/Jabber server and bots). One good thing with twisted is its seamless integration with "epoll" enabling your server applications to take a lot of simultaneous connections.
--- Alvin On Fri, Sep 5, 2008 at 2:47 PM, Glennix glennix <[EMAIL PROTECTED]>wrote: > hmmm...i haven't done anything on python -_-, but i figure you've done > great stuff with it..maybe i'll give it a try one of these days. btw, what > particular socket programming apps have you done with it? :D > > thanks, > glenn > > --- On *Fri, 9/5/08, Alvin Delagon <[EMAIL PROTECTED]>* wrote: > > From: Alvin Delagon <[EMAIL PROTECTED]> > Subject: Re: [plug] socket programming > To: [EMAIL PROTECTED], "Philippine Linux Users' Group (PLUG) > Technical Discussion List" <[email protected]> > Date: Friday, September 5, 2008, 2:19 PM > > > If you're open minded on changing languages, I suggest that you take a look > at twisted-python. > > --- > Alvin > > On Fri, Sep 5, 2008 at 2:07 PM, Glennix glennix < > [EMAIL PROTECTED]> wrote: > >> hei all! >> >> has anybody done perl socket programming in a production environment? i'm >> planning to continue my long-abandoned, perl-based filtering mechanism, >> which was originally for filtering YM messages. i was able to use it for >> quite some time. any significant comparison for those who have also done >> socket programming in other languages, like C/C++? >> >> tia, >> glenn >> >> >> _________________________________________________ >> Philippine Linux Users' Group (PLUG) Mailing List >> http://lists.linux.org.ph/mailman/listinfo/plug >> Searchable Archives: http://archives.free.net.ph >> > > > > -- > http://www.alvinatorsplayground.blogspot.com/ > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > > > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > -- http://www.alvinatorsplayground.blogspot.com/
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

