I started working on my first non-trivial view functions, and came across this error when the Javascript view server kicks in: Error in process <0.612.0> with exit value: {{badmatch,{error,error_header_too_large}},[{couch_view,reset_file,4},{couch_view,start_update_loop,4}]} My functions were all working when stored in individual design documents, but when I grouped them the error showed up. For now I can just keep them individually, but the group size (3,500 bytes) isn't all that large, so I can imagine writing individual functions that long one of these days. Maybe I'm mis-diagnosing the problem. If I'm correct, the next step is figuring out if the problem is on the CouchDB side or the View Server side. If anyone out there is setup to run non-JS views, maybe you have time to try a pretty big view, and report back. If the bug is just in the JS view server, maybe I can patch it myself. Thanks! Chris -- Chris Anderson http://jchris.mfdz.com