Is it possible to use only one thread for Birthday greetings instead of creating every time a different thread ? For example instead of threads like:
-Happy Birthday User X
-Happy Birthday User Y
-Happy Birthday User Z
-Happy Birthday User A
-Happy Birthday User B
-Happy Birthday User C
just a thread like:
-Happy Birthday !
and inside posts for each user: X, Y, Z, A, B, C
Thx