Nicolas,
There’s really not enough information to answer your question. If you look in Bookshelf > Product Information > White Papers there’s a document called webMethods 6.0.1 Technical Report - Platform Core Performance. That gives some examples of performance you might see. For example, on a 2CPU 3GHz Wintel box, we parsed 418 5K XML documents/second, which is pretty similar to what you’re talking about. However, if the document size is 66K, then the same hardware drops to 34 documents/sec. If that’s more similar to your needs, you might want to look at scaling both horizontally and vertically.
Assuming that you’re just doing what you describe (receiving an XML document and sending a request to an external system), and you’re not using logging, then the CPU is almost certainly the limiting factor. If you’re using guaranteed delivery, then the disk can become a bottleneck. If the document sizes are very large (e.g., 100MB), then memory can become the bottleneck. We’ve never seen a case where the network is the limiting factor for Integration Server, but it sometimes is for Broker.
If you can be more specific about what you’re trying to do, I can provide more a more accurate answer.
–Jeremy
#webMethods-General#Integration-Server-and-ESB#webMethods