0. Насколько это трудно и стоит ли вообще браться?не трудно. Если с самого начала у тебя такой вопрос возник - браться не стоит
1. Сколько это будет стоить на этапе разработки?больше будет сложностей в плане налаживания связи.
2. Сколько это будет стоит после запуска? (тех.поддержка, обновление данных, размещение рекламных баннеров)
*хотел бы увидеть средние цифры, за сколько бы сами взялись
2. Motivation
One of the main reasons for using UUIDs is that no centralized
authority is required to administer them (although one format uses
IEEE 802 node identifiers, others do not). As a result, generation
on demand can be completely automated, and used for a variety of
purposes. The UUID generation algorithm described here supports very
high allocation rates of up to <b>10 million per second per machine</b> if
necessary, so that they could even be used as transaction IDs
Подскажите в чем ошибка?
def s():
while True:
print('SSSSSSSSSS')
time.sleep(5)
t = threading.Thread(target=s, daemon=True)
t.start()