On May 31, 2003 07:11, Thomas Cataldo wrote:
...
> For exemple with sapdb you can
> tune your memory settings with a database granularity, for example I can
> have a test database with 64MB and 1 CPU allocated and a production
> database with 1GB allocated and 4CPU allocated.
...

  Hi Thomas,

  I just chatted with Mark Matthew, our Java driver developer, about this.

  We are not able to specifically address CPUs at the MySQL level.

  On Solaris, one could use 'pbind -b processor-id pid' to bind a process
  and it's child threads to a processor.

  Under Win2K one can use 'Set Affinity' from the task manager to bind
  a process to a processor. There is a system call that accomplishes the
  same effect.

  We have added an entry to our todo list to support this.

Cheers!
--zak
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to