You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to extend the server to run a task when an upload has completed?
Also I was considering running a server out of xinetd in which case stdin/stdout are the open socket to be used by the server. However the server doesn't appear to have a means of accepting an existing socket as an argument as does the asyncio server. Would it be possible to add this capability?
The text was updated successfully, but these errors were encountered:
Is there a way to extend the server to run a task when an upload has completed?
Also I was considering running a server out of xinetd in which case stdin/stdout are the open socket to be used by the server. However the server doesn't appear to have a means of accepting an existing socket as an argument as does the asyncio server. Would it be possible to add this capability?
The text was updated successfully, but these errors were encountered: