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...
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"...
... 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...
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. ...
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...
Hi Vinay, ... Did you check in the output of "dmesg" ? All kernel log messages are logged there, Regards, K Shakthi ... K Shakthi Specsoft (Hexaware...
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...
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 ! ...
Dear Vinay, ... You could try different priority levels for your printk. Regards, Sydney Alvares...
Sydney Alvares
sydney.alvares@...
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...
... 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@...
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 ...
... 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...
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...
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...
... 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; ...
Hi Deekshit: If you want to use pthreads: http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html K Shakthi ... K Shakthi Specsoft...
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...
... 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)...
... 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. ...
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...
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...
... 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@...
Dec 8, 2004 7:23 am
6132
... you can use aliases where ethx could listen to more than one IP address...
... 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@...
Dec 8, 2004 7:54 am
6134
Hi, ... You can setup virtual interfaces on eth0: http://www.shorewall.net/Shorewall_and_Aliased_Interfaces.html ...