Posts tagged with "異步處理"
There are a total of 2 posts.
Celery的魔法,深入剖析`delay()`的表面與本質
Published 六月 13, 2025 by whitedec
揭開Celery delay()方法的秘密!立即了解delay()的運作原理與實用案例,讓你的異步任務更加智能。
#django , #celery , #異步處理 , #delay() , #task queue , #背景任務 , #分佈式處理 , #python 異步
使用 Python threading.Thread 實現簡單的異步處理
Published 四月 20, 2025 by whitedec
介紹利用 Python 標準函式庫 threading.Thread 的簡單異步處理方法,並整理了在 Django 中的注意事項。
#django , #python , #threading , #lightweight worker , #異步處理