Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6105 - 6134 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6105
Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Dec 1, 2004
11:41 pm
6106
All: Please note that Wietse Venema has agreed to give a second talk at LB -on Friday, at 4pm, he will be speaking on "Secure Programming: Traps and Pitfalls"...
Atul Chitnis
achitnis
Offline Send Email
Dec 2, 2004
4:48 pm
6107
... I already went through the tutorial. My problem was how to handle add/modify/delete during runtime. Since we can only listen to changed/activated Events...
a a
regn20032
Offline Send Email
Dec 4, 2004
8:09 am
6108
Hi Guys, Where can I get free driver code for DS12458 (T1/E1) framer for RT-Linux or general Linux ported code. Your help is in this regard appriciated. ...
Choppadhandi Satyanar...
satyamch
Offline Send Email
Dec 4, 2004
8:10 am
6109
I have a problem with prints. I am working on drivers, and I am unable to get all DEBUG prints in the /var/log/messages. I am in linux 2.4.20 kernel. I...
Vinay . S . G
sg_vinay
Offline Send Email
Dec 4, 2004
8:11 am
6110
Hi Vinay, ... Did you check in the output of "dmesg" ? All kernel log messages are logged there, Regards, K Shakthi ... K Shakthi Specsoft (Hexaware...
Shakthi Kannan
cyborg4k
Offline Send Email
Dec 4, 2004
1:52 pm
6111
This is a reminder to members of this list about the posting rules: 1. Do not top-post 2. Do not over-quote 3. Do not post HTML messages 4. Do not recycle...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Dec 5, 2004
11:18 pm
6112
hi all ! can anyone just tell me how many maximum threads can a JVM run , is it programmable or OS dependent or how to configure ! thanking u in advance ! ...
sashank
sashankdvk
Offline Send Email
Dec 6, 2004
4:52 am
6113
Dear Vinay, ... You could try different priority levels for your printk. Regards, Sydney Alvares...
Sydney Alvares
sydney.alvares@...
Send Email
Dec 6, 2004
4:52 am
6114
Hello Sir, My Project is to create a file system in linux then mount that filesytem. The data going into the file system should always be Encrypted.the key to...
roshni lalwani
rvl81
Offline Send Email
Dec 6, 2004
6:20 am
6115
... Have a look at porting device drivers to 2.6 kernel at: http://lwn.net/Articles/driver-porting/ and having a look at file system modules in kernel source...
lists@...
Send Email
Dec 6, 2004
11:23 am
6116
hello everyone :-), i am new member of this group :-) can anyone give me the details of mailing lists for linux kernel to be part of it :-) happy open source ...
ramprasad_i82
Offline Send Email
Dec 6, 2004
4:18 pm
6117
... Welcome. :) ... The "main" list: The linux-kernel-mailing-list is a very high volume list (check http://kernel.org on how to subscribe), and you may want...
Manish Malik
mmfornix
Offline Send Email
Dec 6, 2004
4:42 pm
6118
Hi, ... http://lkml.org/ You might first want to be a member of: http://www.kernelnewbies.org Regards, K Shakthi ... K Shakthi Specsoft (Hexaware...
Shakthi Kannan
cyborg4k
Offline Send Email
Dec 7, 2004
4:39 am
6119
Hi, ... Have a look at the followig link ... its about developing 'stackable file system kernel modules' it also include very good insights into development of...
Vikram Kumar
vikram_147
Offline Send Email
Dec 7, 2004
4:39 am
6120
Hi, I am writing a threaded server program. I need to decice on C or C++ to be used. Can anybody let me know which one is preferred on Linux, when performance...
Deekshit M
dmantamp
Offline Send Email
Dec 7, 2004
6:54 am
6121
... This question has the potential to go into a flame; I would say C is the preferred language; but C++ could be used if you have a justification to use it; ...
Kiran Kumar Immidi
immidi_kiran
Online Now Send Email
Dec 7, 2004
7:19 am
6122
Hi Deekshit: If you want to use pthreads: http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html K Shakthi ... K Shakthi Specsoft...
Shakthi Kannan
cyborg4k
Offline Send Email
Dec 7, 2004
9:20 am
6123
Can any one help me out, for How to make an existing html report throwed to browser using php, be able to save in a local machine so that it can be exportable...
prabir senapati
senapati2001
Offline Send Email
Dec 7, 2004
4:32 pm
6124
... It's text. Parse it. -- Loneliness is a terrible price to pay for independence....
Philip Tellis
philiptellis
Offline Send Email
Dec 7, 2004
4:37 pm
6125
... It's a matter of choice. Performance is not a concern either way. ... Nope. You can just use plain Posix Threads. Or use ACE framework...
Ganesan R
nasenagr
Offline Send Email
Dec 8, 2004
4:24 am
6126
... Send the correct mime type in the header and then send an html table - Excel will open it just like any other spreadsheet ;) Tarique -- ...
Dr Tarique Sani
tariquesani
Offline Send Email
Dec 8, 2004
5:13 am
6127
... http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html ... To be more clear.. Last time ,I decided not to go for C++ because, 1)...
Deekshit M
dmantamp
Offline Send Email
Dec 8, 2004
5:30 am
6128
... Don't write a wrappers then. Call the pthread calls directly. I fail to see a problem. ... Your server is more likely to be I/O bound than CPU bound. ...
Ganesan R
nasenagr
Offline Send Email
Dec 8, 2004
5:38 am
6129
Deekshit, ... right... with no support of threads in C or C++ at a basic level (read : no language constructs e.g. 'synchronize' in java) u are completely...
Arun C Murthy
acmurthy
Offline Send Email
Dec 8, 2004
7:08 am
6130
Hi, I have a requirement in which I need to add multiple IPv4 addresses to the same interface such as "eth0". Right now I am using the "devinet_ioctl...
Nagarahalli, Honnappa
nagarahalli
Offline Send Email
Dec 8, 2004
7:08 am
6131
... hi there, thats the expected result right ? i don't think you can add more than one ip address to an interface , but you could add , more than one netwrk...
amith
amith@...
Send Email
Dec 8, 2004
7:23 am
6132
... you can use aliases where ethx could listen to more than one IP address...
Kenneth Gonsalves
kengon2233
Offline Send Email
Dec 8, 2004
7:38 am
6133
... ok , i agree. But that way there are many other alternatives as well , setting the interface to Promiscous mode would listen to all packets hitting the...
amith
amith@...
Send Email
Dec 8, 2004
7:54 am
6134
Hi, ... You can setup virtual interfaces on eth0: http://www.shorewall.net/Shorewall_and_Aliased_Interfaces.html ...
Shakthi Kannan
cyborg4k
Offline Send Email
Dec 8, 2004
9:49 am
Messages 6105 - 6134 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help