On Mar 26, 2008, at 15:40 , David Bear wrote:
Is it possible to have one zeo client running in debug mode while another is not? It seems that it should be the way most people would make a development environment. One zeo is running in standard mode so you could see how the site performs -- while the other zeo is running in debug mode so you can do file system development.
The terminology is a bit mixed up (what's "a zeo"?), but if you're asking about a situation where you have both production and development ZEO clients connecting to one and the same ZEO database server then that's pretty dangerous. Make a copy of your database and create a second ZEO database server to use for development, then connect your development client to that one. jens