In message <[email protected]>, Leon id Vasilyev writes: >Hello, > >Is there any information about implementation of logging to shared >memory available? > >I've run varnishd with strace, but can't see any shmget/shmat syscalls >neither can i find any calls of shm_open().
We don't use SVID SHM, we simply mmap a file and write it there. Look for "VSL" -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [email protected] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
