Re: [sword-devel] RIP Chris Little

2024-08-05 Thread Troy A. Griffitts
Chris was a dear friend and brother who I could always count on to do things right. The early days of visiting him in San Francisco and white boarding SWORD ideas will forever be some of my most favorite times with this project. May the Lord bless his family and may Chris be in awe of our Lord i

Re: [sword-devel] Creating a "SWORD-over-network" protocol for remote SWORD repo access?

2024-08-05 Thread Troy A. Griffitts
If you follow advice to have 1 InstallMgr instance per thread, it is perfectly thread safe. We don't try to allow multiple threads to begin installations of multiple modules using the same instance of an InstallMgr. Just new an InstallMgr for each parallel module installation you wish to start.

[sword-devel] RIP Chris Little

2024-08-05 Thread Peter von Kaehne
Dear friends and CrossWire colleaguesThis is to inform you that Chris Little , one of the earliest CrossWire contributors and team members has passed away aged only 47, leaving behind his widow Michelle and two young sons.Troy will be able to tell us exactly when Cheis joined but it was I think ear

Re: [sword-devel] Creating a "SWORD-over-network" protocol for remote SWORD repo access?

2024-08-05 Thread Jaak Ristioja
On 04.08.24 22:49, Troy A. Griffitts wrote: On 8/3/24 12:21 PM, Jaak Ristioja wrote: Libsword does not well lend itself to certain tasks, and some are impossible. For example, there is still no reliable way for users to abort module installation/download in a thread-safe manner. Working around