Extension Thread(s)
Posted: 07 May 2010, 06:18
In the config.xml there's a value for # of extension threads.
I currently have it set to 1 as in the docs thats the recommended default value.
But if i have some database calls (not using the databaseManager, i'm using hibernate) will that potentially block that one thread ?
for example
When a user logs in I query a database for the user's info, I don't spawn a new thread or anything for this currently, will that potentially block other requests dispatched to the same extension?
Thanks
I currently have it set to 1 as in the docs thats the recommended default value.
But if i have some database calls (not using the databaseManager, i'm using hibernate) will that potentially block that one thread ?
for example
When a user logs in I query a database for the user's info, I don't spawn a new thread or anything for this currently, will that potentially block other requests dispatched to the same extension?
Thanks