Click here to Skip to main content
15,910,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need help with prime numbers. Pin
Alex50126-Jan-08 18:13
Alex50126-Jan-08 18:13 
GeneralRe: I need help with prime numbers. Pin
PIEBALDconsult26-Jan-08 15:57
mvePIEBALDconsult26-Jan-08 15:57 
GeneralRe: I need help with prime numbers. Pin
Luc Pattyn26-Jan-08 16:18
sitebuilderLuc Pattyn26-Jan-08 16:18 
GeneralIC Programmer with C#. Pin
hdv21226-Jan-08 8:20
hdv21226-Jan-08 8:20 
GeneralRe: IC Programmer with C#. Pin
DaveyM6926-Jan-08 8:37
professionalDaveyM6926-Jan-08 8:37 
GeneralRe: IC Programmer with C#. Pin
Spacix One26-Jan-08 9:19
Spacix One26-Jan-08 9:19 
GeneralRe: IC Programmer with C#. Pin
hdv21226-Jan-08 11:02
hdv21226-Jan-08 11:02 
Questioncreating logger based on threads and queue Pin
kriskris26-Jan-08 3:43
kriskris26-Jan-08 3:43 
hello everyone ,

i would like to know if someone have any code example for the next situation :
i want to write a program that will write events to a log file.
there are 2 kind of events ( high , normal (priority))
two queues ( for each event type )
all the events will be inserted to the queue first( the queue manage the log file writing )
for each queue there is "max events per queue" parameter , wich means
that if the queue is full , i need to create a new one ( and so on ...)
each new queue will create a new thread...
all this will run with threads ( number from the user)
ofcurse that the high event will get more priority, but also take care of starvation ...

i'm lost ... Sigh | :sigh:

Thanks,
kris

GeneralRe: creating logger based on threads and queue Pin
Paul Conrad26-Jan-08 5:42
professionalPaul Conrad26-Jan-08 5:42 
GeneralRe: creating logger based on threads and queue Pin
Adeel Chaudhry26-Jan-08 6:29
Adeel Chaudhry26-Jan-08 6:29 
GeneralAppDomain with non domain-neutral assemblies Pin
Softbal26-Jan-08 3:25
Softbal26-Jan-08 3:25 
GeneralBrowser Help Object BeforNavigate problem Pin
sepel25-Jan-08 23:30
sepel25-Jan-08 23:30 
GeneralWindows right click menu... Pin
anderslundsgard25-Jan-08 23:04
anderslundsgard25-Jan-08 23:04 
GeneralRe: Windows right click menu... Pin
Abhijit Jana25-Jan-08 23:24
professionalAbhijit Jana25-Jan-08 23:24 
GeneralRe: Windows right click menu... Pin
DaveyM6925-Jan-08 23:29
professionalDaveyM6925-Jan-08 23:29 
GeneralRe: Windows right click menu... Pin
Spacix One26-Jan-08 6:03
Spacix One26-Jan-08 6:03 
GeneralWhere to find everything about Intellisence in VS 2008 Pin
anderslundsgard25-Jan-08 22:42
anderslundsgard25-Jan-08 22:42 
GeneralRe: Where to find everything about Intellisence in VS 2008 Pin
pmarfleet26-Jan-08 5:32
pmarfleet26-Jan-08 5:32 
GeneralBest way to provide controls to plugins Pin
rotsey25-Jan-08 22:16
rotsey25-Jan-08 22:16 
GeneralRe: Best way to provide controls to plugins Pin
DaveyM6926-Jan-08 13:08
professionalDaveyM6926-Jan-08 13:08 
QuestionWhat's the point of IEnumerable and IEnumerable<T>? Pin
Taka Muraoka25-Jan-08 16:30
Taka Muraoka25-Jan-08 16:30 
AnswerRe: What's the point of IEnumerable and IEnumerable<T>? Pin
Scott Dorman28-Jan-08 18:19
professionalScott Dorman28-Jan-08 18:19 
GeneralRe: What's the point of IEnumerable and IEnumerable<T>? Pin
Taka Muraoka28-Jan-08 18:40
Taka Muraoka28-Jan-08 18:40 
GeneralRe: What's the point of IEnumerable and IEnumerable<T>? Pin
Scott Dorman29-Jan-08 4:33
professionalScott Dorman29-Jan-08 4:33 
GeneralRe: What's the point of IEnumerable and IEnumerable<T>? Pin
Taka Muraoka29-Jan-08 4:47
Taka Muraoka29-Jan-08 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.