Hey guys
I've built a basic shop system as a small project, in object orientated perl !
I was just wondering what happens when multiple users call the same functions at the same time?
I have cgi scripts at the front end, and they use generic back end functions, i could have 5,10,15 users calling this cgi script at the same time and thus using the same functions from a back end module.
Will perl handle this? I have output to STERR and STOUT, i am right in that this can only be opened for one call??
just curious really!
thanks
andy
I've built a basic shop system as a small project, in object orientated perl !
I was just wondering what happens when multiple users call the same functions at the same time?
I have cgi scripts at the front end, and they use generic back end functions, i could have 5,10,15 users calling this cgi script at the same time and thus using the same functions from a back end module.
Will perl handle this? I have output to STERR and STOUT, i am right in that this can only be opened for one call??
just curious really!
thanks
andy