Welcome, Guest. Please login or register.

Author Topic: Idea for a 68k patch/commodity: DDBS  (Read 1434 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Idea for a 68k patch/commodity: DDBS
« on: June 13, 2006, 05:33:20 PM »
The biggest problem here would be to identify the need for buffers. The number of disk operations doesn't necessarily correlate with it (but in practice I guess it would be close enough).

This surely is possible, (un?)fortunately I have 1GB memory so I can have full buffers with my partitions. This should not be too hard to implement, however: Some patch to capture packet I/O to the handler and then signal the helper process to call AddBuffers() accordingly to filesystem usage.