Changes between Initial Version and Version 1 of Ticket #20562, comment 6
- Timestamp:
- Oct 17, 2014, 8:28:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20562, comment 6
initial v1 1 Hello guettli,1 Hello akaariai, 2 2 3 3 so, did you have anything in mind when you said "recommend alternatives to fork"? I'm facing a problem of a for loop accesing a django model queryset (so, making db queries) that takes too long. each iteration makes independent calculations, so, is it possible to distribute them somehow? Anyone?