This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have a web service running lightspeed on MySql
in the class i have this declaration LightSpeedContext<ReflowAnalyticsUnitOfWork> context = new LightSpeedContext<ReflowAnalyticsUnitOfWork>("default");
and then inside the web service method I do the following: var uow = context.CreateUnitOfWork(); However it seems to be really slow to create execute.. there is a short delay each time. Is there anyway to cache the connection adn keep it open? also why is there a delay?
|
|