Hi spaetz, spaetz wrote: >> I had started writing an apache module in C for the tileset stuff before >> I heard that Spaetz rewrote the entire server code. If it is helpful, I >> would be happy to continue on it again and adapt it to the new server >> layout. It would probably take a couple of days though till I find the >> time to finish of the testing. Please let me know if other people are >> working on it or if the memory consumption is no longer an issue to >> prevent duplicate effort. > > I have done a (not so) quick (my last C coding was years ago) and ugly > fastcgi in ANSI C to serve tiles. And given that the [EMAIL PROTECTED] server > has just > died again, I will try to use it ASAP when the server is up again.
I had a quick look at it and found that ripping everything from mod_example.c shipped with apache and implementing serving tiles (via sendfile, so no copy to userspace needed) is fairly easy. I have the stripped mod_example.c available, so if I can get my hands on your FastCGI C code, I may copy the relavant parts to the apache module. Is it availably in the SVN? Michael _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
