All of lore.kernel.org
 help / color / mirror / Atom feed
* Forking inside netfilter queue
@ 2007-04-30 13:18 Rayed
  2007-04-30 13:47 ` Jan Engelhardt
  2007-05-03 15:25 ` Forking inside netfilter queue Alex
  0 siblings, 2 replies; 10+ messages in thread
From: Rayed @ 2007-04-30 13:18 UTC (permalink / raw)
  To: netfilter

Hi,

I am building netfilter queue application, that implement simple HTTP 
filter.

It basically will capture the packet, extract the URL, and issue MySQL 
lookup to see if the address is permitted or blocked.

My only fear that address lookup will block the traffic until I get the 
lookup reply, so I am thinking of using preforking model to fork 10-20 
processes to handle the same queue.

Has any one done multi prcoess handling of the queue, is it even doable?

Rayed


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-05-03 19:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30 13:18 Forking inside netfilter queue Rayed
2007-04-30 13:47 ` Jan Engelhardt
2007-05-01  6:30   ` Rayed
2007-05-01  8:32     ` Jan Engelhardt
2007-05-01 18:27       ` Can't get --dport to work Joel Lindsay
2007-05-01 20:28         ` Krishnamoorthy (Siva) Sivakumar
2007-05-03 15:25 ` Forking inside netfilter queue Alex
2007-05-03 19:20   ` Rayed Alrashed
2007-05-03 17:48     ` Alex
2007-05-03 18:39       ` Rayed Alrashed

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.