Multithreading question (for Don?)
Nikolai
Registered Users Posts: 19,035 Major grins
I'm about to make SE (smugmug explorer) 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!
My question is: can I use the same session ID for all the threads, or they have to be different?
Thanks!
"May the f/stop be with you!"
0
Comments
Don, any hints?
Thanks!
Same SessionID should work fine with simultaneous calls.
Don
Appreciate your time:-)
Cheers!