[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #13312] Add poll callback to server pcb
From: |
Noam Weissman |
Subject: |
[lwip-devel] [task #13312] Add poll callback to server pcb |
Date: |
Wed, 03 Sep 2014 07:25:39 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.nongnu.org/task/?13312>
Summary: Add poll callback to server pcb
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: noam_w
Submitted on: Wed 03 Sep 2014 07:25:38 AM GMT
Category: None
Should Start On: Wed 03 Sep 2014 12:00:00 AM GMT
Should be Finished on: Wed 03 Sep 2014 12:00:00 AM GMT
Priority: 5 - Normal
Status: None
Privacy: Public
Percent Complete: 0%
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
Effort: 0.00
_______________________________________________________
Details:
Hi,
Every connection has a poll callback handler. This is great
when there is a live connection.
There are times we need some kind of server timing. I found one situation that
this is very much needed but I am sure it can be very useful in other
situations as well.
In cases were we need to keep track over user session ID's like in HTTP
sessions we cannot use the connection pcb as it will be closed after the
transaction is closed. I had to create a separate task that handles those
session ID's !
Adding poll callback to server own pcb will give a simple mechanism to keep
track over session ID's timeouts.
If not too much to to ask please add a poll callback to the server pcb as
well.
BR,
Noam.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?13312>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [task #13312] Add poll callback to server pcb,
Noam Weissman <=