RE: [coldbox:8461] WireBox Feedback

So far, very smooth but it hasn’t made it to production yet. (Hopefully this week if things go as planned.)

WireBox has a million and one ways to configure the mappings, but honestly I haven’t used anything but the mapDirectory() in my actual app outside of just playing around. I absolutley love it when WireBox finds my stuff.

I ran some of my performance tests the other day on RC2 with WireBox enabled and it looked very good. The getMetaData() and fileExists() calls are not an issue since everything is cached. The one thing I haven’t checked (simply forgot about it) was the named locks that beanFactory used to use that slowed down concurrent creations of the same transient.

Thanks!

~Brad