Performance Issues with Threaded Python Network Server

Joao Prado Maia JMaia at lexgen.com
Wed Jan 16 09:29:14 EST 2002


> PS I forgot one thing - my mom wanted some help with her 
> computer and I was
> just acting too quickly; the NEWGROUPS handling in the 
> backend doesn't seem
> to care about the timestamp, so it looks like it always 
> returns all the
> groups.
> 
> PS2 and excuse me about not keeping to the subject - I always 
> mind the rule
> of having the code work first, and then optimizing it :-)
> 

Well, the NEWGROUPS command is acting as it is by design. The way Phorum
works (the message board software) is that it has a 'forums' table that
doesn't track the date of creation of a new message board (you can have
several), so I'm just replying with all the groups for this specific
'backend'.

If I ever develop another backend for say, phpBB (another message board
software), I will obviously need to create another script to handle the
specific issues of this software.

And I also make the code work first before optimizing, it's just that the
code is working perfectly right now but I need to make sure it handles a
load of 20 to 30 simultaneous users.

--Joao


--
Joao Prado Maia
Software QA
Bioinformatics Dept.
Lexicon Genetics, Inc.


*************************************************************************** 
 The contents of this communication are intended only for the addressee and
may contain confidential and/or privileged material. If you are not the
intended recipient, please do not read, copy, use or disclose this
communication and notify the sender.  Opinions, conclusions and other
information in this communication that do not relate to the official
business of my company shall be understood as neither given nor endorsed by
it.  
*************************************************************************** 






More information about the Python-list mailing list