kos13

Employees
  • Posts

    750
  • Joined

  • Last visited

  • Days Won

    92

Posts posted by kos13

  1. Your issue is not solved. There is conceptual problem and we hadn't find any easy solution to it. Problem is that on Windows and Mac TEst and Test are exactly the same name. Naturally it seems that you just need to have a single file irrespective of the case. However if you will throw Linux into the game, TEst and Test are to different names.

    We will fix this issue, but still looking for a right solution from internal architecture and p2p concept.

  2. The next build will be just the first step in memory optimization. Usually for such kind of things you have to significantly change core, so this is why the build is delayed. However changes that we made will allow us much easier remove liner growth in future builds, but not in the next one.

    Keep in mind another thing, if there is no linear growth of memory - data will be stored on disk and that will mean higher CPU and slower operation. Which is desired behavior for NAS, but not for desktop.

  3. Lock/unlock is kind of complicated in p2p. Let me show you the problem. You want to add a new computer (#1) and approved it on computer (#2) while computer (#3) is down. Then #2 goes down, #3 is up. How #3 will learn that #1 is approved to join? The only way is to approve #1 on #3, but this would be a nightmare if you have more than two devices.