#48037 ns_thrpool_new should take a config struct rather than many parameters
Closed: wontfix None Opened 9 years ago by rmeggins.

Should have some sort of struct/typedef that can be used to pass parameters to ns_thrpool_new e.g.

struct ns_thrpool_config {
    PRInt32 initial_threads;
    PRInt32 max_threads;
    PRUint32 stacksize;
    PRUint32 event_queue_size;
    PRUint32 work_queue_size;
    etc.
}
...
ns_thrpool_t *ns_thrpool_new(struct ns_thrpool_config *config);

DS

commit 9de32fda4d5e309a995e59b6c18badcff6cda263

nunc-stans

commit 8515cf9251e65fe20355bbf4788e00f3dffb4254

Metadata Update from @rmeggins:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.3.4 backlog

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1368

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata