pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

client disappears from tray in windows taskbar #36

Open FotoVI opened 10 years ago

FotoVI commented 10 years ago

on Win 7 x64, in irregular intervals, the ajaxplorer sync app disappears from the app tray left to the clock in the taskbar.

The sync app is set to be shown always (not in the hidden symbols section). version 0.8.3

cdujeu commented 10 years ago

Hi, It probably crashes due to memory limits. We will soon release a new version, with a LOT of optimisations, stay tuned. -c

DotSlashNatalie commented 10 years ago

This happened to me as well (Windows 8 - 64bit) - so I would be willing to test the new version.

cdujeu commented 10 years ago

we are trying to make a 0.8.4 for the end of the week, maybe this week-end

FotoVI commented 10 years ago

Hello charles, how is progress on the new revision going?

I guess, there is no schedule for the 0.8.4 release. To set expectations right, it is important to not promise what probably won't be possible to achieve. I respect a "it will be ready when it's ready", too - as long as this is communicated clearly.

Have a great time, coding your best :)

cdujeu commented 10 years ago

Ok ok the "for the week-end" was dead indeed. It was a real plan, but we encountered massive problems and more time was necessary to fix it. What's happening is that we are trying to get the stuff working for tons of files, as it's a usage people tend to make (to backup existing data), and it was not really the primary goal. But as such, this requires massive optimization to avoid the app taking all the memory (and at one point dying and disappearing). See the "develop" branch, we are commiting indeed :-) Other thing happening is that we are beginning to write an alternative client (in python), as java is not a very good long-term solution on the customer client. I think we may end up transforming the java into a real backup machine, where as the python would be more lightweight for synchro. So, it will be ready when it's ready, but we are really doing our best to have something out and testable by the end of the week, we cross the high mountain last week.

FotoVI commented 10 years ago

I am excited to test it :-) Btw, I am not doing backup with it, but have large files in batches of about 10, from time to time. I use it with three different repositories.

cdujeu commented 10 years ago

Hi @FotoVI , can you download and test the following package? You may uninstall the previous ajaxplorer app. http://dl.ajaxplorer.info/nightly/sync/0.8.4-SNAPSHOT/Pydio-0.8.4-Windows-Setup.exe

cdujeu commented 10 years ago

@FotoVI have you tested the latest packages (we're now at snapshot 0.8.5) ?