Hello,
I'm developing some site that will share the same UserDB, because these site are quite large in scale so I decided to host it on different servers.
Each site will have it own cache of active user on the site, so the user wont' have to be authenticated every request (will be a pain in the a$$ I'm sure), the cache will be cleared when the session time out.
But since I don't have much experience with these kind of distributed authenticate process with SOAP, so I wonder how long it will take to receive the response from the UserDB server using SOAP.
There's a change that the site server will be located @ Europe, while the UserDB server will be located @ US (for global access).
If the transmission time is about 1, 2 or even 3 secs, I think it acceptable. btw, do you have any experience about this?
TIA
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php