08-20-04 01:47 AM
Hi Chandy,
I wouldn't want to be debugging a development CMS instance that shares a
database with a production CMS instance.
Your Development instance may start updates and then not complete them until
you step onto the correct line of code and your production system may be
reading the data inbetween...
Maybe you should move to a multiple database configuration or debug in your
production website's downtime.
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP)
Lead Software Developer
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Chandy" <chandy@totalise.co.uk> wrote in message
news:5af0375a.0408190527.78b5c87f@posting.google.com...
> Hi all,
>
> We have just had a problem with steeply-degrading performance on a
> development MCMS instance. It appears to have been caused by a
> debugging session on another MCMS instance that shares the same MCMS
> database. Is this expected behaviour? To clarify, once a debug
> session was started on server2 (different copy of the application
> obviously), server1 would only serve a dozen or so, gradually slowing,
> requests before becoming inoperative (no more requests serviced, login
> not working). IIS then had to be restarted on server1 but to clean
> the problem entirely debugging had to stop on server2.
>
> Is there some kind of transactional buildup that would occur under
> these circumstances?
>
> Chandy
[ Post a follow-up to this message ]
|