[MDEV-7639] Question about using embedded db with threads Created: 2015-02-26 Updated: 2015-10-31 Resolved: 2015-10-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Embedded Server |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | stefbon | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi, I'm using the embedded database for a backup service. I've compiled version mariadb 10.0.15 with options
and linked my fuse backup program with mysql_config --libmysqld-libs Futher the db is initialized:
Here I've set the thread_handling to no-threads, but this does not change the behaviour when setting it to one thread per connection. When I start my fuse backup program, I get a lot of threads, which I do not want. I have a thread pool of my own.(there are +- 20 threads extra). Futher it looks like sending signals does not anymore like it did. I've got and event loop listing to the common signals (SIGUSR1, SIGINT, SIGHUP, SIGCHILD) and the signal handler I'm using is never activated. How can I change the behaviour of threads which are created, or is this just required for a mysql db and thus standard behaviour? Stef And I'm asking here cause I did not find a forum or anything else. |
| Comments |
| Comment by Sergei Golubchik [ 2015-10-31 ] |
|
This is neither a bug nor a feature request. Please ask your questions as described here: |