Re: Who's looking after GNUstepWeb?

David Wetzel via Discussion list for the GNUstep programming environment <[email protected]> Wed, 20 May 2026 13:01:23 -0400
Newsgroups gmane.comp.lib.gnustep.general
Message-ID <[email protected]>

> On May 20, 2026, at 12:46, Ethan C <[email protected]> wrote:
>=20
> What's the status of SOPE (SOGo's WebObjects clone)?

No idea. They were not aiming to do the same as WO. They were strictly =
single thread and with modern CPUs that does not make sense IMHO.

> Should we try to work together with them, or have a fork of SOPE =
instead of continuing GNUstepWeb development, or incorporate some code =
from SOPE into GNUstepWeb?

We have some areas that need improvement like:

* the apache adapter should keep the connection open
* we should do proper load balancing depending on the sessions / load
* we need a WOMonitor App that allows you to start / stop instances.

With modern AI tools those things should be pretty easy to add. The =
Apache adapter is currently very basic.

David