Hello, My app is primarily a really large web service for my clients to consume and post to. I recently added a feature to my client software to do some inventory gathering and all was fine until I went production. The amount of data getting passed to the web service to be searched and added to the database was overwhelming to Tomcat/OpenBD. So I have turned off the inventory collection until I can determine where the real bottle neck is.
This leads me to my question, In a normal app (non-webservice) I would just turn on the debug stuff and look at the debug data to see what is going on and where some of the performance issues were. But with a SOAP web service it's not possible. Does anyone know of a way to profile a web service (mywebservice.cfc) to get a better idea of whats really going on? Thanks, Charlie -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
