All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
query for SFU training
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login |
|
|
query for SFU training - Jan. 18, '06, 7:44:52 AM
|
|
|
korona_lite
Posts: 6
Joined: Nov. 7, '05,
Status: offline
|
Hi everybody,
I work for a product development company and have an enterprise level server application which runs on Linux platform. This server is a userspace application and we want to migrate it to windows ( one of the immediate requirement). SFU seems to be the fastest method to migrate it.
My question is
Does MicroSoft provides any kinda training or course for migration of Unix application using SFU on windows ?
Or anyother company does that ??
|
|
|
RE: query for SFU training - Jan. 18, '06, 8:14:53 AM
|
|
|
jumphigh
Posts: 61
Joined: Jul. 10, '04,
From: Germany
Status: offline
|
I don't know, but there are some white papers on the SfU Homepage:
SfU 3.5
But I ask you, why do you need training??? If you're a Unix developer, threat it like every other Posix/Unix system you want to port your app to. So what's the problem?
Andreas
< Message edited by jumphigh -- Jan. 18, '06, 8:17:09 AM >
|
|
|
RE: query for SFU training - Jan. 18, '06, 8:30:23 AM
|
|
|
markfunk
Posts: 623
Joined: Mar. 31, '03,
Status: offline
|
Course info and migration guides available here:
http://www.microsoft.com/windowsserversystem/migrate/unix/unixproresources/default.mspx
Generic link here:
http://www.microsoft.com/windowsserversystem/migrate/unix/default.mspx
|
|
|
RE: query for SFU training - Jan. 18, '06, 12:06:36 PM
|
|
|
korona_lite
Posts: 6
Joined: Nov. 7, '05,
Status: offline
|
I am successfully able to compile server application(linux based ) in SFU with some modifications. Server is a multithreaded app using pthread.
but when i run the application, it crashes with output
Windows NT exception (core dumped)
I try to run the binary in gdb and get the following error
procfs: child stopped for unknown reason.
PR_FAULTED: incurred traced hardware fault unknown hardware fault 14
any idea whts going on ??
|
|
|
RE: query for SFU training - Jan. 18, '06, 12:15:04 PM
|
|
|
Rodney
Posts: 2949
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
Try compiling the program as static instead (the default) shared (for the libraries).
This may help clear up gdb ambiguity. (Use the "-static" option for the final link).
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|