Hello, While going through the source code, I saw that there is a cache for each thread ( in src/mk_cache.c ). As soon as the thread is created ( in src/mk_scheduler.c ), the in the header of the cache are allocated space as well - last modified, content length, keep-alive, etc.. I am not able to understand what each of these fields is keep track of. Are these fields of the request that thread is currently handling ?
What exactly is the need for caching the headers ? I would be grateful if anyone who understood this could explain ? I don't know if I am missing something obvious... Kindly guide me. Thanks and regards, Savita. On Fri, Feb 28, 2014 at 12:40 AM, Eduardo Silva <[email protected]> wrote: > > > > On Thu, Feb 27, 2014 at 12:14 PM, Savita Seetaraman < > [email protected]> wrote: > >> Hello Eduardo, >> >> if you are motivated is enough :) , >>> >> >> Okay ! Thanks ! :-) >> >> >>> now get into improving your skills, check our suggestions here: >>> >>> http://monkey-project.com/gsoc2014/getting_started >>> >>> >> Yep ! I have started reading it. >> >> >>> make sure to do the student template and Mailing list stuff, >>> >> >> On the student templates page, I saw that I need to answer the questions >> mentioned, and send a mail. Do I need to do it as soon as possible or would >> it suffice if I sent it before the GSoC proposal submission deadline ?That >> way, I will have more time to think about the project and its >> implementation details. This is the template that I need to follow while >> submitting the proposal, right ? >> > > you can submit it any time within the student application period, its > better if you do it on the first week. > > > >> >> Also, I didn't understand what you exactly meant by "Mailing list stuff". >> :-( >> >> > [email protected] is a mailing list, as described in the > student template, you have to register to the ML and then send your > template. > > regards, > > -- > Eduardo Silva > http://edsiper.linuxchile.cl > http://monkey-project.com >
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
