It's all about the answers!

Ask a question

How to break down a very large component for RTC builds


Karen Hess (6184) | asked Feb 28 '11, 5:33 p.m.
JAZZ DEVELOPER
We currently have a component on our mainframe system that has 160,000 files. We are looking to find what 'best practices' are being used by others for building large components in RTC.

What is a good size limit for components - # of files, etc?

Does anyone have information on performance considerations for large components?

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Mar 01 '11, 2:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Karen,

There is a statement in the sizing guide that says that we tested up to 500 components. There is also a statement that we recommend up to 50k files and folders in a component.

With respect to best practices, our guidance has typically been to break up components following architectural pattern. Split up into components avoiding circular dependencies and components should also contain something that logically belongs together. So layers, fundamental reused parts of the application and aspects such as UI etc. are typical pattern.

Thanks,

Ralph

We currently have a component on our mainframe system that has 160,000 files. We are looking to find what 'best practices' are being used by others for building large components in RTC.

What is a good size limit for components - # of files, etc?

Does anyone have information on performance considerations for large components?

Comments
Lakshmana Ekambaram commented Dec 17 '12, 7:15 p.m. | edited Dec 17 '12, 7:15 p.m.

We are also seeing a performance issue in one of our component.  Where can we find these documentations listing the max limits for component file count.

any reference would help.

Lakshmana, Ekambaram
IM Software Development Integration Team


Vince Thyng commented Sep 06 '13, 2:34 p.m.

Lakshmana, you can find these limits in the sizing guide:
v4: https://jazz.net/library/article/814  (Increased to 100k!)
v3: https://jazz.net/library/article/641


Stephane Leroy commented Sep 11 '13, 6:50 a.m.
JAZZ DEVELOPER

Your answer


Register or to post your answer.