Skip to content
Discussion options

You must be logged in to vote

When using HTTP transport, the supported mode of operation is: all clients working on the same project.
The server is stateful and can only have one project activated at the same time.
So if that's your use case, you can synchronise access to the project by using a single HTTP-based Serena server.

If you want to work on multiple projects in your various clients, then using stdio mode with the server being spawned by the respective client is the way to go.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@tomelgato
Comment options

@MischaPanch
Comment options

@devnix
Comment options

@tomelgato
Comment options

@devnix
Comment options

Answer selected by tomelgato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants