We have a flex application that runs along side a mvc .net application. Our flex app communicates with .net via Weborb. We recently put our entire database schema into a single dbml file. Previously we had the database schema split out into several dbmls. The problem we have run into since consolodating into one dbml is that our weborb calls in the flex are taking 300 to 400 ms longer than they did when we had several dbmls.
This doesn't seem to make sense to us at all. Anyone have any insight?