> Iirc the number of outgoing connections is browser dependent
Yeah in fact in Firefox you can specify it, the default is somethign like
15.
Something that I don't quite feel I've got a satisfactory solution to yet
is that calls come back in different orders when there's significant work
done serve side, which can result callbacks stacking up and causing delayed
effects if the user goes aound clicking like mad on things. You can manage
screen interactions accordingly, glass the screen with a spinner when you
want the user to wait (i.e. aping a synchronous call) or make some kind of
request stack to guarantee things happen in the right order.
The thing I'm using most atm is mysql + {crap database layer} + mod_wsgi.
James