Open dbrgss opened 13 years ago
In the User Stories we have the following: US 8444 [OSS] Multiple versions of the tool can co-exist on the same machine.
Currently we can allow multiple versions to be installed by installing them in different locations. But the problem is that when running the two different versions at the same time, both version will be accessing the same database and config.ini file that are located here:
C:\Documents and Settings
Both versions of Ripple will encounter problems when running as they both will need to update those files at the same time.
But we need the ability for a user to open up to instances of Ripple on the same machine. This will be essential as we move into emulating BBM APIs.
Hi Tim..
Yeah I agree... The name of the Issue was a direct copy from the MKS issue... You are right though... the fix is NOT to make it forbidden but to make sure it works with the database issue in mind.
Dave
-----Original Message----- From: Tim Neil [mailto:reply@reply.github.com] Sent: Wednesday, September 21, 2011 10:57 AM To: Dave Burgess Subject: Re: [Ripple-Framework] [windows] multiple Ripple instance should be forbidden (2034232) (#36)
But we need the ability for a user to open up to instances of Ripple on the same machine. This will be essential as we move into emulating BBM APIs.
Reply to this email directly or view it on GitHub: https://github.com/blackberry/Ripple-Framework/issues/36#issuecomment-2156904
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
This issue seems to be related to https://github.com/blackberry/Ripple-UI/issues/397 If the dates are correct, this seems to be pretty stale so I'd like to shove it back into the spotlight. Any progress on this side?
Currently , it is possible to open multiple Ripple instances on windows while Mac only runs one instance .
it should be forbidden to open multiple Ripple instances for same Ripple version application , since they share same local database storge/config.ini