Hi all,

If there is a good architecture which decouples the components from each other, then 
there is often no need for loading the whole model. We have a model with hundreds of 
packages and thousands of classes, thus loading all packages at once takes a long 
time. However, in the software architecture is a strong separation between API 
packages (which are relevant to other packages) and non-API packages. For each 
'sub-application' there is an own Rose model which contains the API-packages it 
depends on, the own API package and the own non-API package. These models are 
comparatively small and much better to maintain, and code generation works also fine 
(VC++ in that case).

Best regards
Stephan

-----Original Message-----
From: Tilmann Zaeschke [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 26. Februar 2003 12:07
To: [EMAIL PROTECTED]
Subject: Re: (ROSE) Create a big model in Rose



I just reverse engineered a large Model using ANSI C++.
I contains about 300 Controllable Units (150 for each of Component View and
Logical View). The overall modelsize is about 20 MB.
None of the Controlled units is larger than appr. 1 MB.
This works quite well but is slow.
I need more than a Minute to load the whole model (which seems to be necessary)
and I need about 20 secs to reverse engineer  (or CodeGenerate) a single
Subsystem.

I hope that helps

regards

Tilmann Zaeschke
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
* Only plain-text messages are supported.
* HTML or Rich-Text messages may be rejected.
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe  rose_forum
*************************************************************************
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
* Only plain-text messages are supported.
* HTML or Rich-Text messages may be rejected.
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe  rose_forum
*************************************************************************

Reply via email to