> Basically we are dealing with approx 50 partner in which all major > Automotive and Major Tech Company over the globe and we are managing the > all partner with one GIS 4.3 server. Some times specially on Friday evening > approx 4-5 partner started sending the files( approx 10000 file in 5 min > collectively) so queue get pilled up and GIS get too slow and some time its > get hanged so need to restart the GIS server. And as we are in process to > upgrade the GIS 4.3 to SI 5.xx. So I was thinking to Split the the two > into two server one for Europe & Asian Customer and another for US & others. > > So I just want to know how much it will helpful and what are the factor I > have to consider. and what is the best approach to do the stress testing > for the same.
You are not looking at any inherent problem or capacity limitation with the SOFTWARE, you are looking at a problem or capacity limitation with the HARDWARE. The software executes instructions at the clock speed of the CPU, and the CPU needs to wait for data to become available from the disk drive. First thing you should try if not already the case is to make sure the software is reading and writing LOCAL disk files, not anything requiring the data to come in or be written over a network of any kind. Or, you can try writing ALL the files into "one big" file and give the software ONE file to process. 10,000 files is a LOT of I-O even if those files are "tiny." If GIS gets hung up when it has "too much to do" and/or cannot dequeue efficiently into chunks it can handle, well, then, yes you have a software "capacity issue" but that's probably better described as a "software error" or "software design flaw." Michael C. Mattias Tal Systems Inc. Racine WI [email protected] ------------------------------------ ... Please use the following Message Identifiers as your subject prefix: <SALES>, <JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC> Job postings are welcome, but for job postings or requests for work: <JOBS> IS REQUIRED in the subject line as a prefix.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/EDI-L/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/EDI-L/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
