PDA

View Full Version : Multithreading question (for Don?)


Nikolai
Feb-02-2005, 01:38 PM
I'm about to make SE (smugmug explorer (http://www.smugmugexplorer.com)) multithreaded. I'm thinking of having one thread for "administrative" calls (login. get info, etc) and two for the upload (per your recommendation, to improve upload performance).
My question is: can I use the same session ID for all the threads, or they have to be different?
Thanks!

Nikolai
Feb-04-2005, 01:29 PM
I'm about to make SE (smugmug explorer (http://www.smugmugexplorer.com/)) multithreaded. I'm thinking of having one thread for "administrative" calls (login. get info, etc) and two for the upload (per your recommendation, to improve upload performance).
My question is: can I use the same session ID for all the threads, or they have to be different?
Thanks!Don, any hints?
Thanks!

onethumb
Feb-04-2005, 11:50 PM
I'm about to make SE (smugmug explorer (http://www.smugmugexplorer.com)) multithreaded. I'm thinking of having one thread for "administrative" calls (login. get info, etc) and two for the upload (per your recommendation, to improve upload performance).
My question is: can I use the same session ID for all the threads, or they have to be different?
Thanks!

Same SessionID should work fine with simultaneous calls.

Don

Nikolai
Feb-04-2005, 11:55 PM
Same SessionID should work fine with simultaneous calls.

DonAppreciate your time:-)
Cheers!:1drink