[CLJ-416] improvments on agent Created: 30/Jul/10 Updated: 01/Mar/13 Resolved: 27/Nov/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Backlog |
| Type: | Enhancement | ||
| Reporter: | Anonymous | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
hi,i have some ideas to improve the agent system: 2.Beacause agent's thread is daemon,so if a application doesn't use any agents,the thread pool must not started.I think the agent's thread pools should be lazy initialized. 3.I think agent must allow use to define a agent-own thread pool.That thread pool is only used by a agent,not global.just like: Why do we need a custom thread pool? Second, the actions which global thread pool execute are from a These are my suggestions on agent,thanks for this great language,i enjoy it. |
| Comments |
| Comment by Assembla Importer [ 24/Aug/10 6:42 PM ] |
|
Converted from http://www.assembla.com/spaces/clojure/tickets/416 |
| Comment by Timothy Baldridge [ 27/Nov/12 2:18 PM ] |
|
Closing as "completed" as most of these requests are handled in 1.5 via the new send-via, and set executor functions. |