I am using rsb in a web app to talk to a windows service. It rocks :) A few questions about common usage in a web app though: 1. The first time the web app is loaded RSB takes a looooong time to startableBus.Start() (about 90-120 seconds). It'd be nice to let the user into the app without waiting for all the subscriptions. Obviously this isn't a problem with apps accessed regularly but for low volume apps is a pain without pushing idle out too much. How are others circumventing this? Making an asynch call and implementing something to notify user when app is ready to receive commands? Before setting out on this I thought I'd see what others do.
2. For web apps is it common to delete out the Esent dbs before starting the bus? I ask because I get Esent errors after several restarts. Any remarks on how others are using in web apps are welcome. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to rhino-tools-...@googlegroups.com. To unsubscribe from this group, send email to rhino-tools-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.