[9fans] mounting plumber from p9p to 9vx

2008-11-23 Thread Fernan Bolando
Hi all How do I mount my p9p plumber on to my 9vx session? The background. I am using plumber as a simple dynamic loading mechanism to extend my haskell interpreter. I wrote a few simple C programs that read from one of plumber ports. This is how it works 1. Haskell sends a request to calculate

Re: [9fans] strange penguins: talking av-scanner kernel support

2008-11-23 Thread Paweł Lasek
On Sun, Nov 23, 2008 at 23:04, Enrico Weigelt <[EMAIL PROTECTED]> wrote: > > Hi folks, > > > yet another funny story on linux folks: they're currently talking > about some special kernel support for antivirus scanners on the > kernel-dev list. I really wonder where they get there drugs from ;-o > >

[9fans] strange penguins: talking av-scanner kernel support

2008-11-23 Thread Enrico Weigelt
Hi folks, yet another funny story on linux folks: they're currently talking about some special kernel support for antivirus scanners on the kernel-dev list. I really wonder where they get there drugs from ;-o Just suggested to do it all through an 9P-fileserver ... let's see what happens ...

Re: [9fans] dbfs and web framework for plan 9 (was: web-based plan 9?)

2008-11-23 Thread Enrico Weigelt
* Francisco J Ballesteros <[EMAIL PROTECTED]> wrote: Hi, > Well, Plan 9 has web forums, see http://lsub.org/magic/group as an example > It uses a directory per web group, with a file per article (and replies to > it). > Several skeleton html files are used and a DYNAMIC tag is replaced with > co

Re: [9fans] dbfs and web framework for plan 9 (was: web-based plan 9?)

2008-11-23 Thread Francisco J Ballesteros
Well, Plan 9 has web forums, see http://lsub.org/magic/group as an example It uses a directory per web group, with a file per article (and replies to it). Several skeleton html files are used and a DYNAMIC tag is replaced with contents using a C program. We use rm to remove articles, etc. etc. Als

Re: [9fans] dbfs and web framework for plan 9 (was: web-based plan 9?)

2008-11-23 Thread Enrico Weigelt
* Giacomo Tesio <[EMAIL PROTECTED]> wrote: Hi, > The scope is to be able to query the db towards a filesystem, with no need > to use different libraries for different db backend... each application > would use a filesystem, while each rdbms would have it's own filesystem (all > with the same stru

Re: [9fans] bug in rio: unhiding deleted windows

2008-11-23 Thread erik quanstrom
> situation, maybe this could be added to /sys/src/cmd/rio/rio.c: > > : ruda; diff rio.c rio.c_orig > 683c683 > < if(hidden[i] != nil) unhide(i); > --- >> unhide(i); > : ruda; > > This usually helps, but it neither solves much, nor it is 100 % sure > it saves you. The pro

Re: [9fans] bug in rio: unhiding deleted windows

2008-11-23 Thread Rudolf Sykora
2008/10/8 andrey mirtchovski <[EMAIL PROTECTED]>: > while looking around for information on the RC strangeness i triggered > a bug with rio: if the last window on the "hidden" stack disappears > _while_ the third mouse button menu is opened, then upon attempting to > unhide the window without relea

[9fans] dbfs and web framework for plan 9 (was: web-based plan 9?)

2008-11-23 Thread Giacomo Tesio
Since I know it was discussed in the past (but I could not find the post in the archives) I hope to be "original" by not reiterate old ideas. BTW I start from a reply to a previous post to explain what I would need to use plan 9 for web development. But first of all, I have to say that I'm not (y