由买买提看人间百态

topics

全部话题 - 话题: posix
首页 上页 1 2 3 4 5 6 7 (共7页)
w***y
发帖数: 5
1
posix standard and solaris specific.
t******q
发帖数: 117
2
来自主题: Unix版 - does Linux has real time timer?
Seems setitimer() can be used only one in a process.
and 1/1000 is not precise enough for a timer.
looking at linux real time implementation.
want to know the last news about the POSIX 1.b implement on
linux.
would you please give me some iformation?
since I can not find even at the last 2.4.0 kernel.
the kernel.org can only dl the souce code no much
information
gaven.
Thanks
t*********l
发帖数: 30
3
Normally when we say sh, we mean Bourne Shell. It appeared
from the Seventh Edition Bell Labs Research version of UNIX.
Bash is an sh-compatible shell that incorporates useful
features
from the Korn shell ksh and the C shell csh. It is intended
to
be a conformant implementation of the IEEE POSIX Shell and
Tools
specification (IEEE Working Group 1003.2). It offers
functional
improvements over sh for both interactive and programming
use.
Nowadays, it currently runs on nearly every versino of Unix
y*****p
发帖数: 733
4

I mean POSIX thread. pthread_kill seems to work for Solaris thread.
n******t
发帖数: 4406
5
来自主题: Unix版 - cygwin
I do not know why these guys are focused on those
crappy GUI stuff rather than give a better support
on those basic posix api. All the signal related
API are problematic, even fork have very different
behaviour from UNIX platforms.
As for XFree, it is no match for windows
even in its native platform, how can one expect it
to outperform windows on CYgWin?
o***z
发帖数: 133
6
来自主题: Unix版 - Perl Q
use POSIX;
then use something like sigaction to install a signal handler
m*****e
发帖数: 4193
7
来自主题: Unix版 - Socket programming help

Read never returns ENOENT, at least no POSIX systems. So something very wrong
is there.
p******f
发帖数: 162
8
来自主题: Unix版 - a perl question

Term::ReadKey handles all the complex for you, so you can write several
lines of code to fulfill your task.
It is much difficult to do your own, but it is possible. check POSIX
module, and basically you write it as C code.
t*******r
发帖数: 22634
9
fmin() in math.h, POSIX, use #ifdef "mask" your own definition.
h**i
发帖数: 192
10
来自主题: Unix版 - Can I get the CPU-time of a thread?
I hope to know the behaviors of several POSIX threads in the same process,
any function I can use? Thank you!
c******n
发帖数: 4965
11
【 以下文字转载自 THU 讨论区 】
【 原文由 creation 所发表 】
要交project,
本来觉得很简单的问题,想着半天就应该做出来,
可逐渐发现现有的 packages 都不完全合适
a distributed algorithm protocol implementation
3 phase commit,
I need to show the effect of message delay ,so
I need to introduce artificial delay to real API xxx_send
I do this by spawning a POSIX thread, and then
do usleep() and XXX_send in that thread,
I use PVM for different processes, this is an overkill
but very easy to use because PVM has timed recv, ( I need timeout
in the protocol, and i
r******y
发帖数: 3838
12
thanks.
D**u
发帖数: 179
13
一般是可以的
只要都是遵守posix协议的
o******d
发帖数: 1552
14
如果你打命令,差不多,那个是freeBSD的内核,用标准的Posix编成都一样,Gnu的工
具一样的。Linux用的那些apt-get可能是别的一套。MacOSX的图形界面不一样,除非你
非要用X做界面。
o******d
发帖数: 1552
15
如果你打命令,差不多,那个是freeBSD的内核,用标准的Posix编成都一样,Gnu的工
具一样的。Linux用的那些apt-get可能是别的一套。MacOSX的图形界面不一样,除非你
非要用X做界面。
w****n
发帖数: 31
16
来自主题: Computation版 - 有个问题drive me crazy
here it is:
wilson@mary015-01dhcp57:~/program/PRECISION> gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
O******e
发帖数: 734
17
来自主题: Computation版 - Fortran问题
If you really need to handle general signals using native Fortran,
you will need a compiler that supports the PXFSIG* subroutines
defined in the POSIX Fortran binding standard IEEE 1003.9-1992.
It might be easier to use mixed Fortran/C++ compilation to do
what you want, if your compiler supports mixed language calling.
If you only want to deal with numerical exceptions, check whether
your compiler supports the Fortran 2003 ieee_exceptions intrinsic
module.
y******e
发帖数: 133
18
来自主题: Quant版 - C++ multithreading and socket
programming with posix threads by David
http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html
k**a
发帖数: 121
19
来自主题: Quant版 - C++ multithreading and socket
My two cents. I'm not from a CS background so I might be in a similar
situation with you.
If you want to do multithreading programming in C++, you can look up the
boost Thread library and here's the link.
http://www.boost.org/doc/libs/1_42_0/doc/html/thread.html
I personally feel that it's a lot easier to use the boost library compared
to the POSIX pthread library. And for most purposes this is good enough. Of
course you'll need to know some of the basic concepts in multithreading such
as thread
C*S
发帖数: 13
20
来自主题: Quant版 - 这里有人用IB的API么?
我想学习的linux版本的
posix的api
主要其实就是socket programming。
他们的documentation真的不怎么样
H******r
发帖数: 2879
21
来自主题: Statistics版 - statistics job at Apple, Inc
http://jobs.amstat.org/jobs#/detail/4667217
Employer Information
About Apple, Inc.
There's the typical job. Punch in, push paper, punch out, repeat. Then there
's a career at Apple. Where you're encouraged to defy routine. To explore
the far reaches of the possible. To travel uncharted paths. And to be a part
of something far bigger than yourself. Because around here, changing the
world just comes with the job description.
View all our jobs
Job Description
How are iOS devices used?... 阅读全帖
h*****7
发帖数: 6781
22
大都是open question
没考ANN POSIX不算八股
h*****7
发帖数: 6781
23
大都是open question
没考ANN POSIX不算八股
L*******r
发帖数: 1011
24
QNX可以当Desktop用的,功能上不会比vxworks少的。QNX本身是posix兼容的。基本上
通用的UNIX程序都可以移植过来。
>> 微内核结构(最小结构<8KB)
hmm... vxWorks is smaller, but can't be called "microkernel". MicroKernel
has special meaning. http://en.wikipedia.org/wiki/Microkernel. QNX is microKernel even it is bigger than the smallest vxWorks. hehe.
>>包括多任务调度采用优先级抢占方式
For RTOS, this is bad. hehe.

were
the
performing
only
equipped
首页 上页 1 2 3 4 5 6 7 (共7页)