Перейти до основного вмісту

Публікації

Показано дописи з березень, 2009

IPC idea

Is SOAP considered a viable comms method for local processes as an > alternative to D-BUS, DCOP, etc? I am worried that it's just to slow and > if I commit to using it that in the future I will realise it doesn't scale > up. How can we answer that when we don't know how fast you need it to be? KDE tried using CORBA for IPC, and that was too slow. SOAP is much slower than CORBA (at least with good ORBs). But whether it's too slow or not is impossible to say. If you're worried, apply a strategy pattern with a factory class and make it easy for you to switch to another IPC layer later.

Github.org creating repo problem

If you are having error: " Permission to <repo_1> denied to <repo_2>. " Add to ~/.ss/config file: Host github.com      Hostname github.com #     IdentityFile ~/.ssh/id_dsa      User git      Port 22      TCPKeepAlive yes      IdentitiesOnly yes

Gentoo rsync ower ssh

ssh oomel@******.com -L 2021:******.com:873 sudo sh export RSYNC_CONNECT_PROG='ssh oomel@example.com nc %H 873' rsync --verbose --recursive --links --safe-links --perms --times --compress --force rsync://141.219.155.230:2021/gentoo-portage/ /usr/portage/ emerge --metadata