PHP 8.5.2
Preview: uwsgirouter4.py Size: 260 B
//usr/share/doc/uwsgi/examples/router/uwsgirouter4.py

import uwsgi

def application(e,s):

	node = uwsgi.cluster_best_node()
	print(node)

	if not node:
		print("sorry node unavailable")
		raise StopIteration

	for part in uwsgi.send_message(node, 0, 0, e, 0, e['wsgi.input'].fileno(), uwsgi.cl()):
		yield part 

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
582 B lrw-r--r-- 2024-02-08 16:35:28
Edit Download
1.84 KB lrw-r--r-- 2024-04-17 16:23:48
Edit Download
160 B lrw-r--r-- 2024-02-08 16:35:28
Edit Download
407 B lrw-r--r-- 2024-04-17 16:23:48
Edit Download
260 B lrw-r--r-- 2024-04-17 16:23:48
Edit Download
178 B lrw-r--r-- 2024-02-08 16:35:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).