|
Size: 1824
Comment:
|
← Revision 23 as of 2017-12-30 01:05:10 ⇥
Size: 1195
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| Email: [[MailTo(nitingupta.mail AT gmail DOT com)]] | EMail: <<MailTo(nitingupta910 AT gmail DOT com)>> |
| Line 6: | Line 6: |
| [http://nitingupta.mail.googlepages.com/home My Home page is here :)] | [[http://www.vflare.org/|My Blog]] |
| Line 9: | Line 9: |
| === Things I'm currently working on...aka TODO.... === [http://linuxcompressed.sourceforge.net/ Compressed Cache] for Linux 2.6.x kernels ([http://linuxcompressed.sourceforge.net/ Project Home Page]) |
=== Things I'm currently working on... === Compressed Caching for Linux 2.6.x kernels ([[http://code.google.com/p/compcache/|Project Home Page]]) |
| Line 12: | Line 12: |
| [http://nitingupta.mail.googlepages.com/CCache-InitialDesign.zip My Brain Dump on Compressed Cache] ([http://nitingupta.mail.googlepages.com/CCache-InitialDesign.doc doc]) ([http://nitingupta.mail.googlepages.com/CCache-InitialDesign.zip HTML]) | This project was part of Google Summer of Code '06 Program :) |
| Line 14: | Line 14: |
| [http://nitingupta.mail.googlepages.com/structuredetails CCache structure in more detail] | (Mentor: RikvanRiel, Org: Fedora) ---- === From the past... === * CIFS VFS: [[attachment:patch-2.6.8-cifs-multithread.diff|Patch for CIFS VFS module]](Linux kernel 2.6.8) that improves network file copy performance from server(CIFS) by 10-15%. Sends multiple read requests to server in parallel instead of sending one request and wait for its response before sending next request as is done currently. This is done by starting multiple threads with each one fetching data at different file offsets. |
| Line 16: | Line 19: |
| '' '' === From the past... === * Summer of Code...hehe my entry was not selected but worked on this [http://nitingupta.mail.googlepages.com/livingkde-idea IDEA (Living KDE)] by Sachin Gupta ([[MailTo(sachingupta107 AT gmail DOT com)]]) which got selected. [http://websvn.kde.org/branches/work/soc-livingkde SVN Branch]: http://websvn.kde.org/branches/work/soc-livingkde/ The idea is great and this is just a 'proof-of-concept'. This implements labelling feature (as is provided by GMail) for [http://kmail.kde.org/ KMail]. Looking to Integrate this idea in a broader sense to KDE4.... * CIFS VFS: [http://nitingupta.mail.googlepages.com/patch-2.6.8-cifs-multithread.diff Patch for CIFS VFS module ](Linux kernel 2.6.8) that improves network file copy performance from server (CIFS) by 10-15%. Sends multiple read requests to server in parallel instead of sending one request and wait for its response before sending next request as is done currently. This is done by starting multiple threads with each one fetching data at different file offsets. |
* Implemented Multi-threaded client-server program using Nokia CIMD protocol: This project involved implementing multi-threaded server with the CIMD protocol to handle large no. of clients simultaneosly. It was developed on Linux platform using g++. POSIX thread library was used for multi-threading. |
Nitin Gupta
EMail: <nitingupta910 AT gmail DOT com>
Things I'm currently working on...
Compressed Caching for Linux 2.6.x kernels (Project Home Page)
This project was part of Google Summer of Code '06 Program
(Mentor: RikvanRiel, Org: Fedora)
From the past...
CIFS VFS: Patch for CIFS VFS module(Linux kernel 2.6.8) that improves network file copy performance from server(CIFS) by 10-15%. Sends multiple read requests to server in parallel instead of sending one request and wait for its response before sending next request as is done currently. This is done by starting multiple threads with each one fetching data at different file offsets.
- Implemented Multi-threaded client-server program using Nokia CIMD protocol: This project involved implementing multi-threaded server with the CIMD protocol to handle large no. of clients simultaneosly. It was developed on Linux platform using g++. POSIX thread library was used for multi-threading.
