A little thread necromancy here, but I'm still having slow save issues. The saves were so slow that I stopped using eclim altogether for most of 2012. I just started using it again, and I'm seeing the slow saves again, hence the thread necro. I really like the features eclim provides, though I just use a very small subset (:Validate, and :JavaImportOrganize mostly, but :JavaSearch on occassion), but the slow saves are a pain.
Here is what I notice with the saves, when the file I am editing is not part of a project in the eclipse workspace, the save will take a long time (easily 30+ seconds). When it is taking so long, I cannot control-c the command within vim. I have tried to see if any processes are fired off to handle the communication between vim and eclipse, but I see nothing. After about 20-30 seconds, the UI will respond as though it has completed half the process, then it will hang for another 20-30 seconds. During this time the gvim UI will not update.
Some version information:
:version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 29 2012 15:59:51)
Compiled by mbrailsford@mbrailsford
Huge version with GTK2 GUI. Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent +clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +conceal +cryptv +cscope
+cursorbind +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path +float +folding -footer +fork() +gettext
-hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap -lua +menu +mksession +modify_fname +mouse +mouseshape +mouse_dec
-mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra +perl +persistent_undo +postscript +printer
+profile +python -python3 +quickfix +reltime +rightleft +ruby +scrollbind +signs +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows
+writebackup +X11 -xfontset +xim +xsmp_interact +xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-
pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
-I/usr/include/libpng14 -g -O2 -D_FORTIFY_SOURCE=1 -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/i386-cygwin -DRUBY_VERSION=19
Linking: gcc -L. -L/usr/local/lib -o vim.exe -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lp
angoft2-1.0 -lgio-2.0 -lXext -lXfixes -lcairo -lpixman-1 -lpng15 -lxcb-shm -lxcb-render -lXrender -lxcb -lXau -lpng14 -lpango-1.0 -lfontconfig -lexpat -lfreetype -lz -lbz2 -lgmodule-2.0 -lgo
bject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lSM -lXt -lX11 -lSM -lICE -lm -lncurses -liconv -lintl -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -f
stack-protector -L/usr/local/lib /usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/Win32CORE/Win32CORE.a -L/usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE -lperl -L/usr/lib/python2.6/con
fig -lpython2.6 -lruby191 -lrt
Eclipse:
Version: Indigo Service Release 1
Build id: 20110916-0149
Eclim:
1.7.13
OS:
Windows 7 SP1
This is the content of the eclimd window in eclipse:
2013-05-22 08:45:01,121 INFO [org.eclim.eclipse.AbstractEclimApplication] Workspace: C:/Users/mbrailsford/dev
2013-05-22 08:45:01,124 INFO [org.eclim.eclipse.AbstractEclimApplication] Starting eclim...
2013-05-22 08:45:01,208 INFO [org.eclim.eclipse.AbstractEclimApplication] Loading plugin org.eclim
2013-05-22 08:45:01,211 INFO [org.eclim.eclipse.AbstractEclimApplication] Loading plugin org.eclim.core
2013-05-22 08:45:01,389 INFO [org.eclim.plugin.core.CorePlugin] Loading eclim plugins...
2013-05-22 08:45:01,393 INFO [org.eclim.plugin.core.CorePlugin] Loading plugin org.eclim.jdt
2013-05-22 08:45:01,406 INFO [org.eclim.plugin.core.CorePlugin] Loading plugin org.eclim.wst
2013-05-22 08:45:01,423 INFO [org.eclim.plugin.core.CorePlugin] Plugins loaded.
2013-05-22 08:45:01,424 INFO [org.eclim.eclipse.AbstractEclimApplication] Loaded plugin org.eclim.core
2013-05-22 08:45:01,425 INFO [org.eclim.eclipse.AbstractEclimApplication] Eclim Server Started on:
127.0.0.1:9091I have vim pretty highly configured/tailored, which is the product of using it for 13-ish years. I can provide details, if needed. Let me know if there is any other information you need or things you want me to try.
-Michael