We were forced to run a performance test on our JVM inside a windows server box. While everything looked good, The application when deployed will be running on AIX.
I understand java is relatively OS ignorant, but in the past I have noticed issues in other applications such as file descriptor limits on AIX.
Is our test valid? Are there any major concerns or areas we should look at closer to determine if we may have an issue.