P
P
pdx2011-02-06 21:31:41
Kohana
pdx, 2011-02-06 21:31:41

Does Kohana's architecture provide unbuffered output?

(And indeed the MVC paradigm) without accumulating content in memory until the script ends?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
zizop, 2011-02-06
@zizop

I won’t say anything about Kohana, but in php it is possible to use Shared Memory Segments for these purposes.
See en2.php.net/manual/en/book.shmop.php
If your application doesn't exit when it finishes processing an HTTP request, you probably want to run it in daemon mode?

A
Aecktann, 2011-02-06
@Aecktann

In Kohana, you can force render() to be called and then continue doing whatever you want.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question