How much of the code in PyICQt/PyAIMt is borrowed from PyMSNt? I'm just wondering if it'd be possible to someday run them all from the same instance of python? Presumedly python can fork and stuff.
We were just thinking that considering python's large memory footprint, it could be avoided if running all transports from the same instance? Well just a thought for now, Jeremy -- Jeremy Lunn Melbourne, Australia Homepage: http://www.austux.net/ From [EMAIL PROTECTED] Sun Jan 9 04:40:31 2005 From: [EMAIL PROTECTED] (Thomas Zehetbauer) Date: Sun Jan 9 04:40:31 2005 Subject: [py-transports] Groups In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I don't really care because Jabber shall unify proprietary messaging systems and replace them. I have a slight preference towards the 'General' group as it is already there. Tom -- T h o m a s Z e h e t b a u e r ( TZ251 ) PGP encrypted mail preferred - KeyID 96FFCB89 finger [EMAIL PROTECTED] for key We are tied to the ocean. And we go back to the sea, whether it is to sail or to watch it we are going back from whence we came. - John F. Kennedy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 481 bytes Desc: This is a digitally signed message part Url : http://mail.jabber.org/pipermail/py-transports/attachments/20050109/21a8d8e6/attachment.pgp From [EMAIL PROTECTED] Sun Jan 9 08:16:11 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Sun Jan 9 08:16:11 2005 Subject: [py-transports] running multiple twisted transports from the one instance python In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> There is a lot of code that is the same, but there is also a lot of code that is different. Originally I was trying to keep the base code completely in sync with PyMSN-t's, but that proved to cause more problems than it was worth. There are some concepts that simply don't apply to AIM/ICQ as well as they do MSN, and keeping in sync would also force me to wait on James before I could add any new features. @this point, we are both adding features and when the features interest each other, we port the changes over to our own. There are no plans to run the transports from the same instance of python. All in all, it's not really a large footprint on my own Linux server, all things considered, but then I'm not running a site that hosts many users. =/ Daniel -- "The most addictive drug in the world is music." - The Lost Boyz > How much of the code in PyICQt/PyAIMt is borrowed from PyMSNt? > > I'm just wondering if it'd be possible to someday run them all from the > same instance of python? Presumedly python can fork and stuff. > > We were just thinking that considering python's large memory footprint, > it could be avoided if running all transports from the same instance? > > Well just a thought for now, > > Jeremy > > -- > Jeremy Lunn > Melbourne, Australia > Homepage: http://www.austux.net/ > _______________________________________________ > py-transports mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/py-transports >
