Fastest way to get thousands of db records to client in 3 tier?

Miki Tebeka tebeka at cs.bgu.ac.il
Wed Sep 24 02:46:04 EDT 2003


Hello Alan,

> I intend to write both client and server in Python, and my main goal 
> in the first cut is speed. Suggestions?
Find your bottleneck! (try hotshot)
If it's in the network maybe use socket + pickle + bz2 ?

HTH.
Miki




More information about the Python-list mailing list