question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Serve using UNIX domain socket

See original GitHub issue

Would it be possible to make datasette serve using UNIX domain socket similar to Uvicorn’s --uds?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
simonwcommented, Jul 7, 2021

This sounds like a valuable feature for people running Datasette behind a proxy.

0reactions
simonwcommented, Jul 11, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

UNIX domain sockets - IBM
UNIX domain sockets enable efficient communication between processes that are running on the same z/TPF processor. UNIX domain sockets support both stream- ...
Read more >
Getting Started With Unix Domain Sockets - Medium
Getting Started With Unix Domain Sockets. Sockets provide a means of communication between processes, i.e. a way for them to exchange data.
Read more >
UNIX domain sockets - Troy D. Hanson
UNIX domain sockets are a method by which processes on the same host can communicate. Communication is bidirectional with stream sockets and ...
Read more >
Unix Socket - Server Examples - Tutorialspoint
Create a socket with the socket() system call. · Bind the socket to an address using the bind() system call. · Listen for...
Read more >
Interprocess Communication using Unix Domain Sockets
The server and clients communicate over Unix domain sockets. The server has a "public" socket, /tmp/complaint-server.socket.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found